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

List:       kde-commits
Subject:    [digikam] imageplugins: uncommented broken signal/slot connections as in the other tools
From:       Maik Qualmann <metzpinguin () gmail ! com>
Date:       2015-09-30 17:35:21
Message-ID: E1ZhLHl-0004wl-K7 () scm ! kde ! org
[Download RAW message or body]

Git commit 57516f5563ab27363941bd517a76a062157a106a by Maik Qualmann.
Committed on 30/09/2015 at 17:34.
Pushed by mqualmann into branch 'master'.

uncommented broken signal/slot connections as in the other tools

M  +2    -2    imageplugins/enhance/redeyetool.cpp
M  +2    -2    imageplugins/filters/colorfxtool.cpp

http://commits.kde.org/digikam/57516f5563ab27363941bd517a76a062157a106a

diff --git a/imageplugins/enhance/redeyetool.cpp b/imageplugins/enhance/redeyetool.cpp
index 020960e..e5f66bf 100644
--- a/imageplugins/enhance/redeyetool.cpp
+++ b/imageplugins/enhance/redeyetool.cpp
@@ -213,10 +213,10 @@ RedEyeTool::RedEyeTool(QObject* const parent)
     setToolSettings(d->gboxSettings);
 
     // -------------------------------------------------------------
-
+/*
     connect(d->previewWidget, SIGNAL(spotPositionChangedFromTarget(Digikam::DColor,QPoint)),
             this, SLOT(slotColorSelectedFromTarget(Digikam::DColor)));
-
+*/
     connect(d->redThreshold, SIGNAL(valueChanged(int)),
             this, SLOT(slotTimer()));
 
diff --git a/imageplugins/filters/colorfxtool.cpp b/imageplugins/filters/colorfxtool.cpp
index c0f1b45..c307d42 100644
--- a/imageplugins/filters/colorfxtool.cpp
+++ b/imageplugins/filters/colorfxtool.cpp
@@ -125,10 +125,10 @@ ColorFxTool::ColorFxTool(QObject* const parent)
     setToolSettings(d->gboxSettings);
 
     // -------------------------------------------------------------
-
+/*
     connect(d->previewWidget, SIGNAL(spotPositionChangedFromTarget(Digikam::DColor,QPoint)),
             this, SLOT(slotColorSelectedFromTarget(Digikam::DColor)));
-
+*/
     connect(d->settingsView, SIGNAL(signalSettingsChanged()),
             this, SLOT(slotPreview()));
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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