Skip to content

Commit 74e492e

Browse files
committed
don't be smarter than dumb
imageViewer doesn't yet exist and it's also not required for the context mention in #28
1 parent 191ff66 commit 74e492e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Phototonic.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ void Phototonic::createActions() {
876876
setPathFocusAction->setObjectName("setPathFocus");
877877
connect(setPathFocusAction, SIGNAL(triggered()), this, SLOT(setPathFocus()));
878878

879-
feedbackImageInfoAction = new QAction(tr("Image Info"), imageViewer);
879+
feedbackImageInfoAction = new QAction(tr("Image Info"));
880880
feedbackImageInfoAction->setCheckable(true);
881881
feedbackImageInfoAction->setShortcut(Qt::Key_I);
882882
feedbackImageInfoAction->setShortcutContext(Qt::WidgetShortcut);

0 commit comments

Comments
 (0)