mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 03:40:31 +02:00
Bug Fix - Shortcut and strcmp work
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user