diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 2c12950..e83b6a5 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -80,6 +80,9 @@ private: //! Reset project and reflect in mainwindow (close tabs and lists) void reset(); + //! Controls wether the window components are enabled for the user to use. + void setWindowEnabled(bool enabled); + void loadSettings(); void saveSettings(); |