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

List:       kde-commits
Subject:    KDE/kdelibs/kdecore
From:       André Wöbbeking <Woebbeking () web ! de>
Date:       2006-08-27 11:51:38
Message-ID: 1156679498.702169.21965.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 577736 by woebbe:

made ctors explicit

 M  +3 -3      kconfig.h  


--- trunk/KDE/kdelibs/kdecore/kconfig.h #577735:577736
@@ -52,10 +52,10 @@
    * @param bUseKDEGlobals Toggle reading the global KDE configuration file.
    * @param resType the place to look in (config, data, etc) See KStandardDirs.
    */
-  KConfig( const QString& fileName = QString(),
-          bool bReadOnly = false, bool bUseKDEGlobals = true, const char *resType="config");
+  explicit KConfig(const QString& fileName = QString(),
+                   bool bReadOnly = false, bool bUseKDEGlobals = true, const char *resType="config");
 
-  KConfig(KConfigBackEnd *backEnd, bool bReadOnly = false);
+  explicit KConfig(KConfigBackEnd *backEnd, bool bReadOnly = false);
 
   /**
    * Destructs the KConfig object.
[prev in list] [next in list] [prev in thread] [next in thread] 

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