diff options
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 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 */ |