SVN commit 561336 by fjcruz:
Gilles's patch about RAW loading.
CCMAIL:
[hidden email],
[hidden email]
M +10 -3 editorwindow.cpp
--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/editorwindow.cpp #561335:561336
@@ -203,10 +203,19 @@
connect(d->flipVertAction, SIGNAL(activated()),
this, SLOT(slotRotatedOrFlipped()));
- // -- status bar connections --
+ // -- status bar connections --------------------------------------
connect(m_nameLabel, SIGNAL(signalCancelButtonPressed()),
this, SLOT(slotNameLabelCancelButtonPressed()));
+
+ // -- Core plugin connections -------------------------------------
+
+ ImagePlugin *corePlugin = m_imagePluginLoader->pluginInstance("digikamimageplugin_core");
+ if ( corePlugin )
+ {
+ connect(m_canvas, SIGNAL(signalColorManagementTool()),
+ corePlugin, SLOT(slotColorManagement()));
+ }
}
void EditorWindow::setupStandardActions()
@@ -1483,8 +1492,6 @@
return true;
}
-
-
} // namespace Digikam
#include "editorwindow.moc"
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel