aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/mainwindowmenubar.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-08-24 20:13:27 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-08-24 20:13:27 +0200
commit1fcbe65981295f11d8a09b61a09736ba2a1b44b7 (patch)
treee441005f59280464331b6e24b1eb95d9eaca7c33 /src/widgets/mainwindowmenubar.h
parentAStyle pass (diff)
downloadsmolbote-1fcbe65981295f11d8a09b61a09736ba2a1b44b7.tar.xz
Implemented Print to PDF action
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