Bug Fix - Shortcut and strcmp work

This commit is contained in:
Jonas Mucke
2019-12-05 18:55:04 +01:00
parent 5d956769ff
commit 5a14250054
4 changed files with 351 additions and 13 deletions

View File

@@ -245,7 +245,7 @@ void IntelliPhotoGui::createActions()
clearScreenAct = new QAction(tr("&Clear Screen"), this);
clearScreenAct->setShortcut(tr("Ctrl+L"));
connect(clearScreenAct, SIGNAL(triggered()),
paintingArea, SLOT(clearImage()));
this, SLOT(onClearedPressed()));
// Create about action and tie to IntelliPhotoGui::about()
aboutAct = new QAction(tr("&About"), this);