~neon/kmplot/master

« back to all changes in this revision

Viewing changes to kmplot/function.cpp

  • Committer: Yuri Chornoivan
  • Date: 2018-12-07 16:32:57 UTC
  • Revision ID: git-v1:7f2b7582716e962538eae4f3b95753efeeada4a1
Fix minor issues

Signed-off-by: Yuri Chornoivan <yurchor@ukr.net>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1029
1029
        if ( plotMode == Function::Integral )
1030
1030
        {
1031
1031
                QString functionName = n.section('=', 0, 0);
1032
 
                n = QChar(0x222B) + ' ' + functionName + "d" + functionName.section('(', 1, 1).remove(')').section(',', 0, 0);
 
1032
                n = QChar(0x222B) + ' ' + functionName + 'd' + functionName.section('(', 1, 1).remove(')').section(',', 0, 0);
1033
1033
        }
1034
1034
 
1035
1035
        return n;