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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kio/kio
From:       Dirk Mueller <mueller () kde ! org>
Date:       2007-05-15 13:10:29
Message-ID: 1179234629.794903.5688.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 664989 by mueller:

apply weak to the function symbol, not to the return type


 M  +6 -3      kprotocolinfo.h  


--- branches/KDE/3.5/kdelibs/kio/kio/kprotocolinfo.h #664988:664989
@@ -96,10 +96,11 @@
    * Same as above except you can supply just the protocol instead of
    * the whole URL.
    */
+ static bool isKnownProtocol( const QString& protocol )
 #ifdef KPROTOCOLINFO_KDECORE
   KDE_WEAK_SYMBOL
 #endif
-  static bool isKnownProtocol( const QString& protocol );
+  ;
 
   /**
    * Returns the library / executable to open for the protocol @p protocol
@@ -224,10 +225,11 @@
    * Same as above except you can supply just the protocol instead of
    * the whole URL.
    */
+ static bool isHelperProtocol( const QString& protocol )
 #ifdef KPROTOCOLINFO_KDECORE
   KDE_WEAK_SYMBOL
 #endif
-  static bool isHelperProtocol( const QString& protocol );
+  ;
 
   /**
    * Returns whether the protocol can act as a filter protocol.
@@ -251,10 +253,11 @@
    * Same as above except you can supply just the protocol instead of
    * the whole URL.
    */
+  static bool isFilterProtocol( const QString& protocol )
 #ifdef KPROTOCOLINFO_KDECORE
   KDE_WEAK_SYMBOL
 #endif
-  static bool isFilterProtocol( const QString& protocol );
+  ;
 
   /**
    * Returns whether the protocol can list files/objects.
[prev in list] [next in list] [prev in thread] [next in thread] 

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