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

List:       kde-commits
Subject:    KDE/kdepimlibs/kblog
From:       Tom Albers <toma () kde ! org>
Date:       2010-01-13 21:09:43
Message-ID: 1263416983.874833.30438.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1074315 by toma:

Prevent two symbols from the base class to be hidden because they have the same name, \
but different signature in the base class.


 M  +5 -0      wordpressbuggy_p.h  


--- trunk/KDE/kdepimlibs/kblog/wordpressbuggy_p.h #1074314:1074315
@@ -39,6 +39,7 @@
 
 namespace KBlog {
 
+
 class WordpressBuggyPrivate : public MovableTypePrivate
 {
   public:
@@ -48,6 +49,10 @@
     virtual ~WordpressBuggyPrivate();
     virtual QList<QVariant> defaultArgs( const QString &id = QString() );
 
+    //adding these two lines prevents the symbols from MovableTypePrivate
+    //to be hidden by the symbols below that.
+    using MovableTypePrivate::slotCreatePost;
+    using MovableTypePrivate::slotModifyPost;
     virtual void slotCreatePost( KJob * );
     virtual void slotModifyPost( KJob * );
     Q_DECLARE_PUBLIC( WordpressBuggy )


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

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