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

List:       kde-commits
Subject:    KDE/kdegraphics/kolourpaint/widgets/toolbars
From:       Laurent Montel <montel () kde ! org>
Date:       2007-03-01 14:01:09
Message-ID: 1172757669.058793.6821.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 638306 by mlaurent:

Fix signal/slot


 M  +2 -2      kpcolortoolbar.cpp  
 M  +1 -1      kpcolortoolbar.h  


--- trunk/KDE/kdegraphics/kolourpaint/widgets/toolbars/kpcolortoolbar.cpp #638305:638306
@@ -473,7 +473,7 @@
     setAcceptDrops (true);
     setAcceptDrags (true);
 
-    connect (this, SIGNAL (colorDoubleClicked (int)),
+    connect (this, SIGNAL (colorDoubleClicked (int, QColor)),
              SLOT (slotColorDoubleClicked (int, QColor)));
 
     if (!ownColorsInitialised)
@@ -734,7 +734,7 @@
 }
 
 // protected slot
-void kpColorCells::slotColorDoubleClicked (int cell)
+void kpColorCells::slotColorDoubleClicked (int cell,const QColor &)
 {
 #if DEBUG_KP_COLOR_TOOL_BAR
     kDebug () << "kpColorCells::slotColorDoubleClicked(cell="
--- trunk/KDE/kdegraphics/kolourpaint/widgets/toolbars/kpcolortoolbar.h #638305:638306
@@ -152,7 +152,7 @@
 
 protected slots:
     void slotColorSelected (int cell);
-    void slotColorDoubleClicked (int cell);
+    void slotColorDoubleClicked (int cell,const QColor&);
 };
 
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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