mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Profile: begin untangling from MainWindow
Use a signal to turn the toolbar on or off. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fcf47552c6
commit
533d724d1b
3 changed files with 6 additions and 2 deletions
|
|
@ -88,6 +88,7 @@ public:
|
|||
|
||||
signals:
|
||||
void fontPrintScaleChanged(double scale);
|
||||
void enableToolbar(bool enable);
|
||||
|
||||
public
|
||||
slots: // Necessary to call from QAction's signals.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue