diff options
author | Giles Bathgate <gilesbathgate@gmail.com> | 2011-07-06 18:27:34 (GMT) |
---|---|---|
committer | Giles Bathgate <gilesbathgate@gmail.com> | 2011-07-06 18:27:34 (GMT) |
commit | 14ff3185efbd50498a3eda53f0abea091802bb45 (patch) | |
tree | 62973fa4889306554b0f19be54017f7d6a2fc987 /src/MainWindow.h | |
parent | 5f8021e3e677d13b2ebc15dcd8229e1cf5944d8c (diff) | |
parent | d64a03d2a9653756aad322c71209254e7f21ff5d (diff) |
Merge pull request #15 from donbright/designsettings
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(); |