aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/mainwindowmenubar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/mainwindowmenubar.h')
-rw-r--r--src/widgets/mainwindowmenubar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/mainwindowmenubar.h b/src/widgets/mainwindowmenubar.h
index a6c6dc4..43c786b 100644
--- a/src/widgets/mainwindowmenubar.h
+++ b/src/widgets/mainwindowmenubar.h
@@ -30,11 +30,15 @@ class MainWindowMenuBar : public QMenuBar
public:
explicit MainWindowMenuBar(MainWindow *parent = nullptr);
+ QAction *printAction();
+
private slots:
void handleLoadProfile();
private:
MainWindow *m_parentWindow;
+
+ QAction *m_printAction;
};
#endif // MAINWINDOWMENUBAR_H