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

List:       kde-commits
Subject:    playground/base/plasma/applets
From:       Bruno de Oliveira Abinader <brunoabinader () gmail ! com>
Date:       2010-03-01 16:24:13
Message-ID: 1267460653.497445.17902.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1097552 by abinader:

Qt complains about initializing QString() with an int (0), saying it is now ambiguous


 M  +1 -2      cia.vc/ciavc.cpp  
 M  +0 -1      crystal/dialog.cpp  
 M  +0 -1      crystal/resultview.cpp  
 M  +0 -2      lionmail/mailextender.cpp  


--- trunk/playground/base/plasma/applets/cia.vc/ciavc.cpp #1097551:1097552
@@ -34,8 +34,7 @@
 #include <plasma/theme.h>
 
 CiaVc::CiaVc(QObject *parent, const QVariantList &args)
-    : Plasma::Applet(parent, args),
-    m_currentProject(0)
+    : Plasma::Applet(parent, args)
 {
     setHasConfigurationInterface(true);
     setAspectRatioMode(Plasma::IgnoreAspectRatio);
--- trunk/playground/base/plasma/applets/crystal/dialog.cpp #1097551:1097552
@@ -58,7 +58,6 @@
       m_lineEdit(0),
       m_searchButton(0),
       m_statusBar(0),
-      m_query(0),
       m_progress(0),
       m_historySize(4)
 {
--- trunk/playground/base/plasma/applets/crystal/resultview.cpp #1097551:1097552
@@ -36,7 +36,6 @@
 
 ResultView::ResultView(QGraphicsWidget *parent)
     : QGraphicsWidget(parent),
-      m_query(0),
       m_abstractSize(200)
 {
 }
--- trunk/playground/base/plasma/applets/lionmail/mailextender.cpp #1097551:1097552
@@ -47,8 +47,6 @@
 
 MailExtender::MailExtender(LionMail * applet, const QString collectionId, Plasma::Extender *ext)
     : Plasma::ExtenderItem(ext),
-      m_id(0),
-      m_info(0),
       m_iconName(QString("mail-folder-inbox")),
       m_unreadCount(0),
       m_count(0),
[prev in list] [next in list] [prev in thread] [next in thread] 

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