diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-12-28 12:14:54 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-12-28 12:14:54 +0100 |
commit | 0ee75305070f79b12cbfa5a31b17c543d0517428 (patch) | |
tree | d49940c5ad2eb22ba2329d3098a1487678fdd63b /src/mainwindow.h | |
parent | 5e5f62b77f34d8a9c0fdaed1fd5559057c48c077 (diff) |
Save window size and state.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index a2e2271..5943301 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -61,6 +61,8 @@ private slots: void programChanged(); private: + void loadSettings(); + void saveSettings(); bool checkDirty(); void setWindowEnabled(bool enabled); void updateWindowTitle(); |