From kde-commits Wed Oct 27 09:22:11 2004 From: Jaroslaw Staniek Date: Wed, 27 Oct 2004 09:22:11 +0000 To: kde-commits Subject: koffice/kexi Message-Id: <20041027092211.5BA5216CE6 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109886894419451 CVS commit by staniek: Kexi - a little speedup: QValueList::Iterator changed to QValueList::ConstIterator M +1 -1 core/kexipartmanager.cpp 1.22 M +1 -1 core/kexiprojectset.cpp 1.2 M +1 -1 core/kexisharedactionhost.cpp 1.16 M +2 -2 core/kexivalidator.cpp 1.5 M +4 -4 kexidb/connection.cpp 1.105 M +2 -2 kexidb/drivermanager.cpp 1.27 M +2 -2 kexidb/expression.cpp 1.10 M +1 -1 kexidb/drivers/mySQL/mysqlconnection.cpp 1.20 M +2 -2 kexidb/parser/parser_p.cpp 1.5 M +2 -2 main/keximainwindowimpl.cpp 1.161 M +2 -2 main/startup/KexiStartup.cpp 1.19 M +1 -1 main/startup/KexiStartupFileDialog_win.cpp 1.4 M +1 -3 plugins/queries/kexiquerydesignerguieditor.cpp 1.90 M +1 -1 plugins/relations/kexirelationmaindlg.cpp 1.11 M +4 -4 tableview/kexitableviewdata.cpp 1.39 M +1 -1 tableview/kexitableviewpropertybuffer.cpp 1.8 M +1 -1 tests/newapi/main.cpp 1.16 M +2 -2 tests/newapi/mysqlcursor.cpp 1.4 M +1 -1 tests/parser/main.cpp 1.5 M +1 -1 widget/kexiquerydesignersqleditor.cpp 1.23 M +12 -12 widget/pixmapcollection.cpp 1.8 M +1 -1 widget/propertyeditor/propertyeditorlist.cpp 1.17