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

Mike Fenton mike at staikos.net
Thu Jun 19 21:46:08 CEST 2008


SVN commit 822306 by fenton:

Todo cleanup.


 M  +0 -3      libkst/object.h  
 M  +0 -1      libkstapp/viewitem.h  


--- branches/work/kst/portto4/kst/src/libkst/object.h #822305:822306
@@ -59,9 +59,6 @@
     // you MUST have a reference-counted pointer to call this function
     virtual int getUsage() const;
 
-    // TODO: do we need this?
-//    int operator==(const QString&) const;
-
     virtual void deleteDependents();
 
     // @since 1.1.0
--- branches/work/kst/portto4/kst/src/libkstapp/viewitem.h #822305:822306
@@ -249,7 +249,6 @@
     QPointer<ViewItem> _item;
 };
 
-// TODO: inherit from ViewItemCommand?
 class KST_EXPORT CreateCommand : public QObject, public ViewCommand
 {
   Q_OBJECT


More information about the Kst mailing list