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

List:       kde-commits
Subject:    KDE/kdeplasma-addons/applets/dict
From:       André Wöbbeking <woebbeking () kde ! org>
Date:       2008-11-22 16:07:25
Message-ID: 1227370045.478041.7634.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 887703 by woebbe:

--warnings

use correct signature if you override a methode

 M  +2 -2      dict.cpp  


--- trunk/KDE/kdeplasma-addons/applets/dict/dict.cpp #887702:887703
@@ -71,8 +71,8 @@
 
 DictApplet::DictApplet(QObject *parent, const QVariantList &args)
     : Plasma::PopupApplet(parent, args)
+    , m_graphicsWidget(0)
     , m_dictsModel(0)
-    , m_graphicsWidget(0)
       //m_flash(0)
 {
     const char* dataEngines[]={"dict","qstardict"};
@@ -276,7 +276,7 @@
             return QVariant();
         return i18n("Dictionary");
     }
-    Qt::DropActions supportedDropActions(){return Qt::MoveAction;}
+    Qt::DropActions supportedDropActions() const {return Qt::MoveAction;}
     Qt::ItemFlags flags(const QModelIndex& index) const
     {
         if (!index.isValid())
[prev in list] [next in list] [prev in thread] [next in thread] 

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