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

List:       kde-commits
Subject:    KDE/kdelibs/plasma/animations
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-01-31 21:44:12
Message-ID: 1264974252.040964.26821.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1083237 by aseigo:

--compileWarnings;


 M  +3 -1      stackedlayout.cpp  
 M  +4 -2      stackedlayout.h  


--- trunk/KDE/kdelibs/plasma/animations/stackedlayout.cpp #1083236:1083237
@@ -21,7 +21,9 @@
 #include <QDebug>
 
 StackedLayout::StackedLayout(QGraphicsLayoutItem *parent)
-    : QObject(0), m_currentWidgetIndex(-1), QGraphicsLayout(parent)
+    : QObject(0),
+      QGraphicsLayout(parent),
+      m_currentWidgetIndex(-1)
 {
 }
 
--- trunk/KDE/kdelibs/plasma/animations/stackedlayout.h #1083236:1083237
@@ -24,8 +24,10 @@
 
 class StackedLayout : public QObject, public QGraphicsLayout
 {
-Q_OBJECT
-    public:
+    Q_OBJECT
+    Q_INTERFACES(QGraphicsLayout)
+
+public:
         explicit StackedLayout(QGraphicsLayoutItem *parent = 0);
         ~StackedLayout();
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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