diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-06-03 10:06:18 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-03 07:23:43 -0700 |
commit | 6699e3ab3e3f617d5080720733df85cb6a9e2296 (patch) | |
tree | f5ecd9491f29d6dc5451240410dc7a33adbd5a0d /qt-ui/mainwindow.h | |
parent | 2785d7bc3eaaf9a2015dc2d281d7bf6136edc2c4 (diff) | |
download | subsurface-6699e3ab3e3f617d5080720733df85cb6a9e2296.tar.gz |
Add print button to planner
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 57c205ba4..6f352cc74 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -78,6 +78,7 @@ public: void setLoadedWithFiles(bool filesFromCommandLine); bool filesFromCommandLine() const; void setPlanNotes(const char *notes); + void printPlan(); private slots: /* file menu action */ |