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

List:       kde-commits
Subject:    KDE/kdelibs/kdecore (silent)
From:       Alex Merry <huntedhacker () tiscali ! co ! uk>
Date:       2007-05-10 10:32:18
Message-ID: 1178793138.082615.10980.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 663162 by alexmerry:

SVN_SILENT:

Krazy excludes.



 M  +2 -2      config/ksharedconfig.h  
 M  +1 -1      io/kurl.h  
 M  +1 -1      kernel/kglobal.h  


--- trunk/KDE/kdelibs/kdecore/config/ksharedconfig.h #663161:663162
@@ -32,7 +32,7 @@
  * KSharedConfig provides a reference counted, shared memory variant
  * of KConfig.
  */
-class KDECORE_EXPORT KSharedConfig : public KConfig, public QSharedData
+class KDECORE_EXPORT KSharedConfig : public KConfig, public QSharedData \
//krazy:exclude=dpointer (only for refcounting)  {
 public:
   typedef KSharedConfigPtr Ptr;
@@ -76,7 +76,7 @@
                  const KComponentData &componentData);
 };
 
-class KDECORE_EXPORT KSharedConfigPtr : public KSharedPtr<KSharedConfig>
+class KDECORE_EXPORT KSharedConfigPtr : public KSharedPtr<KSharedConfig> \
//krazy:exclude=dpointer (only for refcounting)  {
 public:
     /**
--- trunk/KDE/kdelibs/kdecore/io/kurl.h #663161:663162
@@ -118,7 +118,7 @@
    * @see KUrl
    * @see QValueList
    */
-  class KDECORE_EXPORT List : public QList<KUrl>
+  class KDECORE_EXPORT List : public QList<KUrl> //krazy:exclude=dpointer (just some \
convenience methods)  {
   public:
     /**
--- trunk/KDE/kdelibs/kdecore/kernel/kglobal.h #663161:663162
@@ -281,7 +281,7 @@
      * cases the application itself).
      * @return the global component data
      */
-    static const KComponentData &mainComponent();
+    static const KComponentData &mainComponent(); //krazy:exclude=constref (don't \
mess up ref-counting)  
     /**
      * \internal


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

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