diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-05 09:32:19 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-05 13:45:50 -0800 |
commit | 533d724d1b4380741ce7db91c39262df6c0df062 (patch) | |
tree | 3678302c1967df3e269afb16eda562fd8b8abdfb /profile-widget/profilewidget2.h | |
parent | fcf47552c641facce196c4e96d4634daff6cfd11 (diff) | |
download | subsurface-533d724d1b4380741ce7db91c39262df6c0df062.tar.gz |
Profile: begin untangling from MainWindow
Use a signal to turn the toolbar on or off.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget/profilewidget2.h')
-rw-r--r-- | profile-widget/profilewidget2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index ce3fda083..812787b2d 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -88,6 +88,7 @@ public: signals: void fontPrintScaleChanged(double scale); + void enableToolbar(bool enable); public slots: // Necessary to call from QAction's signals. |