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

List:       kde-commits
Subject:    kdereview/plasma/applets/incomingmsg
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2008-10-08 5:43:00
Message-ID: 1223444580.096335.12288.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 869099 by aseigo:

--compiler_warnings


 M  +8 -7      incomingmsg.cpp  
 M  +1 -2      incomingmsg.h  


--- trunk/kdereview/plasma/applets/incomingmsg/incomingmsg.cpp #869098:869099
@@ -46,13 +46,14 @@
 #include <KLocale>
 
 IncomingMsg::IncomingMsg(QObject *parent, const QVariantList &args)
-        : Plasma::Applet(parent, args), mLayout(0),
-        mKMailLayout(0), mXChatLayout(0), mKopeteLayout(0),
-        mPidginLayout(0),
-        mKMailIconLabel(0), mXChatIconLabel(0), mKopeteIconLabel(0),
-        mPidginIconLabel(0),
-        mKMailLabel(0), mXChatLabel(0), mKopeteLabel(0),
-        mPidginLabel(0)
+        : Plasma::Applet(parent, args),
+        mEvolutionLabel(0), mEvolutionIconLabel(0),
+        mKMailLabel(0), mKMailIconLabel(0),
+        mXChatLabel(0), mXChatIconLabel(0),
+        mKopeteLabel(0), mKopeteIconLabel(0),
+        mPidginLabel(0), mPidginIconLabel(0),
+        mLayout(0), mEvolutionLayout(0), mKMailLayout(0), mXChatLayout(0), mKopeteLayout(0),
+        mPidginLayout(0)
 {
     // this will get us the standard applet background, for free!
     setBackgroundHints(DefaultBackground);
--- trunk/kdereview/plasma/applets/incomingmsg/incomingmsg.h #869098:869099
@@ -57,8 +57,7 @@
 private:
     void initLayout();
     // text labels
-    Plasma::Label *mLabel,
-    *mEvolutionLabel, *mEvolutionIconLabel,
+    Plasma::Label *mEvolutionLabel, *mEvolutionIconLabel,
     *mKMailLabel, *mKMailIconLabel,
     *mXChatLabel, *mXChatIconLabel,
     *mKopeteLabel, *mKopeteIconLabel,
[prev in list] [next in list] [prev in thread] [next in thread] 

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