diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-07-05 23:07:26 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-07-05 23:07:26 (GMT) |
commit | 06f11240b4a56f8a6306165bf98907f062a27adf (patch) | |
tree | f575e22bf2c2f5e005da34f0b0d17fdb99914c07 /src/MainWindow.h | |
parent | 5f8021e3e677d13b2ebc15dcd8229e1cf5944d8c (diff) |
Save the setting of 'Design/Auto Reload and Recompile' between sessions
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index fa66c19..43ab273 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -80,6 +80,7 @@ private: static_cast<MainWindow*>(userdata)->console->append(msg); } void loadViewSettings(); + void loadDesignSettings(); private slots: void actionNew(); |