aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-31 21:14:44 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-31 21:14:44 -0700
commit6333f3aa35d12d7e9f1c02389df0f6129adb93b3 (patch)
tree948d1b98f7db0644a08ea27e4d9f3d4baf088315 /qt-ui/mainwindow.h
parente93bf1e55953a7f95b4a0a5fb2a07e83e2a8c4c4 (diff)
downloadsubsurface-6333f3aa35d12d7e9f1c02389df0f6129adb93b3.tar.gz
Planner: show the plan notes in the new widget
That was easy. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 9501e97e6..57c205ba4 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -77,6 +77,7 @@ public:
ProfileWidget2 *graphics() const;
void setLoadedWithFiles(bool filesFromCommandLine);
bool filesFromCommandLine() const;
+ void setPlanNotes(const char *notes);
private
slots:
/* file menu action */