From kde-commits Sun Oct 31 23:54:42 2004 From: Fredrik Edemar Date: Sun, 31 Oct 2004 23:54:42 +0000 To: kde-commits Subject: kdeedu/kmplot/kmplot Message-Id: <20041031235442.9A87E16B89 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109926689311272 CVS commit by fedemar: * Fix function arguments: QString -> const QString & * Prevent a crash if you try to add an incorrect function and then click on the main widget. * Made some variables consts. * Cleaned Parser::addfkt() a bit. M +9 -8 View.cpp 1.105 M +2 -14 parser.cpp 1.36 M +5 -5 parseriface.h 1.2 M +17 -15 xparser.cpp 1.31 M +5 -5 xparser.h 1.30