[Kst] branches/work/kst/portto4/kst/src/libkstmath

Adam Treat treat at kde.org
Fri Feb 16 23:24:50 CET 2007


SVN commit 634342 by treat:

* QString api has changed


 M  +1 -1      labelparser.cpp  


--- branches/work/kst/portto4/kst/src/libkstmath/labelparser.cpp #634341:634342
@@ -118,7 +118,7 @@
 
 
 inline QColor parseColor(const QString& txt, int *skip) {
-  const int end = txt.find('}');
+  const int end = txt.lastIndexOf('}');
   if (skip) {
     *skip = end;
   }


More information about the Kst mailing list