[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kio/kio
From:       Stephan Binner <binner () kde ! org>
Date:       2007-02-01 16:07:25
Message-ID: 1170346045.771941.22263.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 629151 by binner:

allow to unset configuration mode


 M  +9 -0      kuserprofile.h  


--- branches/KDE/3.5/kdelibs/kio/kio/kuserprofile.h #629150:629151
@@ -205,9 +205,18 @@
    * @internal
    */
   static void setConfigurationMode() { s_configurationMode = true; }
+
   /**
+   * This method deactivates the special mode above of KServiceTypeProfile
+   * It is meant for the configuration module _only_.
    * @internal
+   * @since 3.5.7
    */
+  static void unsetConfigurationMode() { s_configurationMode = false; }
+
+  /**
+   * @internal
+   */
   static bool configurationMode() { return s_configurationMode; }
 
 protected:
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic