diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-05 11:12:22 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-05 13:45:50 -0800 |
commit | 1013ba39c5216107406bf676fca4a91a191f03a5 (patch) | |
tree | 4b806caf383a2183f7b8c471cd6141d9a401722c /profile-widget/profilewidget2.h | |
parent | 000c9cc21c8991682169987ae8f348243ec5008b (diff) | |
download | subsurface-1013ba39c5216107406bf676fca4a91a191f03a5.tar.gz |
Untangle Profile from MainWindow: shortcuts
This, too, should be done with signals.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget/profilewidget2.h')
-rw-r--r-- | profile-widget/profilewidget2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index 8ac34f625..c102bbcf3 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -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. |