From kde-commits Tue Aug 31 23:42:24 2004 From: Fredrik Edemar Date: Tue, 31 Aug 2004 23:42:24 +0000 To: kde-commits Subject: kdeedu/kmplot/kmplot Message-Id: <20040831234224.9A69590FC () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109399575026093 CVS commit by fedemar: * Parser::ufkt* is converted to a QValueVector. * Use QValueVector instead of QValueList in XParser. * Unused constructors are removed from MainDlg, XParser and Parser. * Fixed a memory leak in Parser::eval(QString str). CCMAIL:kdmoeller@foni.net CCMAIL:bmlmessmer@web.de M +1 -2 MainDlg.cpp 1.124 M +1 -1 View.cpp 1.92 M +18 -23 parser.cpp 1.27 M +4 -6 parser.h 1.19 M +4 -31 xparser.cpp 1.24 M +1 -5 xparser.h 1.24