Untangle Profile from MainWindow: shortcuts

This, too, should be done with signals.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-11-05 11:12:22 -08:00
parent 000c9cc21c
commit 1013ba39c5
4 changed files with 11 additions and 10 deletions

View file

@ -90,6 +90,8 @@ signals:
void fontPrintScaleChanged(double scale);
void enableToolbar(bool enable);
void showError();
void enableShortcuts();
void disableShortcuts(bool paste);
public
slots: // Necessary to call from QAction's signals.