Git commit b8494a36a6157f8d856d8ca25958bf55bc83d1d9 by Gilles Caulier. Committed on 30/09/2015 at 19:58. Pushed by cgilles into branch 'frameworks'. backport commit #57516f5563ab27363941bd517a76a062157a106a from git/master t= o frameworks branch M +2 -2 imageplugins/enhance/redeyetool.cpp M +2 -2 imageplugins/filters/colorfxtool.cpp http://commits.kde.org/digikam/b8494a36a6157f8d856d8ca25958bf55bc83d1d9 diff --git a/imageplugins/enhance/redeyetool.cpp b/imageplugins/enhance/red= eyetool.cpp index c8312d8..4b7f19b 100644 --- a/imageplugins/enhance/redeyetool.cpp +++ b/imageplugins/enhance/redeyetool.cpp @@ -203,10 +203,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/co= lorfxtool.cpp index 4eb9883..85ccebf 100644 --- a/imageplugins/filters/colorfxtool.cpp +++ b/imageplugins/filters/colorfxtool.cpp @@ -116,10 +116,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())); =20