aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/imageviewer/imagevieweractionhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageviewer/imagevieweractionhandler.cpp')
-rw-r--r--src/plugins/imageviewer/imagevieweractionhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/imageviewer/imagevieweractionhandler.cpp b/src/plugins/imageviewer/imagevieweractionhandler.cpp
index ad256483b58..2b9e29e12f3 100644
--- a/src/plugins/imageviewer/imagevieweractionhandler.cpp
+++ b/src/plugins/imageviewer/imagevieweractionhandler.cpp
@@ -119,7 +119,7 @@ void ImageViewerActionHandler::createActions()
and keyboard shortcut \a key, and registers it in the action manager.
*/
-void ImageViewerActionHandler::registerNewAction(int actionId, const Core::Id &id,
+void ImageViewerActionHandler::registerNewAction(int actionId, Core::Id id,
const QString &title, const QKeySequence &key)
{
Core::Context context(Constants::IMAGEVIEWER_ID);