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

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/shells/mid
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2008-10-16 20:54:20
Message-ID: 1224190460.864958.3404.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 872309 by aseigo:

new signal signature


 M  +5 -3      midview.cpp  
 M  +1 -1      midview.h  


--- trunk/KDE/kdebase/workspace/plasma/shells/mid/midview.cpp #872308:872309
@@ -57,8 +57,10 @@
     }
 
     connect(containment, SIGNAL(showAddWidgetsInterface(QPointF)), this, \
                SLOT(showAppletBrowser()));
-    connect(containment, SIGNAL(focusRequested(Plasma::Containment *)), this, \
                SLOT(setContainment(Plasma::Containment *)));
-    connect(containment, SIGNAL(configureRequested()), this, \
SLOT(configureContainment())); +    connect(containment, \
SIGNAL(focusRequested(Plasma::Containment*)), +            this, \
SLOT(setContainment(Plasma::Containment*))); +    connect(containment, \
SIGNAL(configureRequested(Plasma::Containment*)), this, +            \
SLOT(configureContainment(Plasma::Containment*)));  }
 
 void MidView::setContainment(Plasma::Containment *c)
@@ -76,7 +78,7 @@
     c->resize(size());
 }
 
-void MidView::configureContainment()
+void MidView::configureContainment(Plasma::Containment *containment)
 {
     /* TODO: implement; suggestion: as an overlay that takes the whole screen
     m_configDialog->show();
--- trunk/KDE/kdebase/workspace/plasma/shells/mid/midview.h #872308:872309
@@ -57,7 +57,7 @@
      *
      * @arg containment to configure
      */
-    void configureContainment();
+    void configureContainment(Plasma::Containment *containment);
 
 protected:
     void drawBackground(QPainter *painter, const QRectF &rect);


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

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