~ubuntu-branches/ubuntu/saucy/kalgebra/saucy-proposed

« back to all changes in this revision

Viewing changes to src/dictionary.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Rohan Garg, Jonathan Riddell
  • Date: 2013-06-21 00:46:54 UTC
  • mfrom: (1.1.28)
  • Revision ID: package-import@ubuntu.com-20130621004654-qqba0iy8atakfnen
Tags: 4:4.10.80-0ubuntu1
[ Rohan Garg ]
* New upstream release

[ Jonathan Riddell ]
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
                if(!error.isEmpty())
121
121
                        qDebug() << "dict formula error: " << error << e.toMathMLPresentation();
122
122
 
123
 
                m_funcs->addPlot(Analitza::PlotsFactory::self()->requestPlot(e, Analitza::Dim2D).create(QColor(0,150,0), "dict", m_vars));
 
123
                m_funcs->addPlot(Analitza::PlotsFactory::self()->requestPlot(e, Analitza::Dim2D, m_vars).create(QColor(0,150,0), "dict"));
124
124
        } else {
125
125
                QString error;
126
126
                m_name->setText(QString());