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

List:       kde-commits
Subject:    KDE/kdeutils/kgpg
From:       Rolf Eike Beer <kde () opensource ! sf-tec ! de>
Date:       2011-04-18 6:05:56
Message-ID: 20110418060556.D55CAAC8D5 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1228398 by dakon:

use proper method visibility

Please test and see if this makes it any better. For me (openSUSE 11.3,
KDE 4.6.2) it is working fine even without that change.

CCBUG:270919

 M  +5 -4      kgpgoptions.h  


--- trunk/KDE/kdeutils/kgpg/kgpgoptions.h #1228397:1228398
@@ -112,10 +112,9 @@
     void slotRemoveMenu(const QString &menu);
     void slotSystrayEnable();
 
-private:
-    bool hasChanged();
-    bool isDefault();
-    bool isValidKeyserver(const QString &);
+protected:
+    virtual bool hasChanged();
+    virtual bool isDefault();
 
 private:
     QStringList names;
@@ -162,6 +161,8 @@
 
     KGpgItemModel * const m_model;
     KeyListProxyModel * const m_combomodel;
+
+    bool isValidKeyserver(const QString &);
 };
 
 #endif // KGPGOPTIONS_H
[prev in list] [next in list] [prev in thread] [next in thread] 

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