[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Sat Jul 24 07:09:04 CEST 2004


CVS commit by staikos: 

- static methods don't get the class listed in the interface
- remove warning


  M +1 -1      kstplugin.cpp   1.58
  M +1 -1      kstplugin.h   1.27


--- kdeextragear-2/kst/kst/kstplugin.cpp  #1.57:1.58
@@ -161,5 +161,5 @@ KstObject::UpdateType KstPlugin::update(
 
   if (update_counter != -1) {
-    bool force = false;
+    //bool force = false;
     // FIXME: we should only update if one of our dependencies was updated
   }

--- kdeextragear-2/kst/kst/kstplugin.h  #1.26:1.27
@@ -50,5 +50,5 @@ public:
 
 protected:
-  static void KstPlugin::countScalarsAndVectors(const QValueList<Plugin::Data::IOValue>& table, unsigned& scalars, unsigned& vectors);
+  static void countScalarsAndVectors(const QValueList<Plugin::Data::IOValue>& table, unsigned& scalars, unsigned& vectors);
   virtual void _showDialog();
   KstSharedPtr<Plugin> _plugin;





More information about the Kst mailing list