diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-05 07:14:03 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-05 07:14:03 +0000 |
| commit | 0af886077520658a12a0c0b2d41bc15e5b906239 (patch) | |
| tree | c9344b0a4d770f51088a336fa220850b8674b38e /utils/themeeditor/editorwindow.h | |
| parent | e7f38daf171c61f140557fb9e9902f03c4ddd39f (diff) | |
| download | rockbox-0af886077520658a12a0c0b2d41bc15e5b906239.zip rockbox-0af886077520658a12a0c0b2d41bc15e5b906239.tar.gz rockbox-0af886077520658a12a0c0b2d41bc15e5b906239.tar.bz2 rockbox-0af886077520658a12a0c0b2d41bc15e5b906239.tar.xz | |
Theme Editor: Enabled persistent window and panel locations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26565 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/editorwindow.h')
| -rw-r--r-- | utils/themeeditor/editorwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h index 2b64bde..157ee6a 100644 --- a/utils/themeeditor/editorwindow.h +++ b/utils/themeeditor/editorwindow.h @@ -48,6 +48,7 @@ private slots: private: /* Setup functions */ void loadSettings(); + void saveSettings(); void setupUI(); void setupMenus(); |