KDE/kdelibs/kdecore/config

Andreas Pakulat apaku at gmx.de
Thu Jan 3 08:58:28 GMT 2008


SVN commit 756442 by apaku:

make useDefaults() virtual so subclasses can override it as advertised in the
api dox. This is BiC and I'd wait until monday, but unfortunately monday is
after tagging for 4.0 and I'd hoped somebody else would reply to my question
until today. So all checked out modules need relinking.

CCMAIL: kde-core-devel at kde.org
CCMAIL: kde-devel at kde.org


 M  +1 -1      kcoreconfigskeleton.h  


--- trunk/KDE/kdelibs/kdecore/config/kcoreconfigskeleton.h #756441:756442
@@ -1297,7 +1297,7 @@
    *          false to make it reflect the actual values.
    * @return The state prior to this call
    */
-  bool useDefaults(bool b);
+  virtual bool useDefaults(bool b);
 
 Q_SIGNALS:
   /**




More information about the kde-core-devel mailing list