summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/themesinstallwindow.h
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2011-10-02 14:30:05 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2011-10-02 14:30:05 +0000
commit2e3de70401379c044fdd3696e7cc6dc78aace808 (patch)
tree1e208b0dc8be1d0377f0c47533d3e839448473f6 /rbutil/rbutilqt/themesinstallwindow.h
parentd25341a032a19985af85c72b95964bef812971c3 (diff)
downloadrockbox-2e3de70401379c044fdd3696e7cc6dc78aace808.tar.gz
rockbox-2e3de70401379c044fdd3696e7cc6dc78aace808.zip
Rockbox Utility: listen to translation change events.
When changing the language don't require a restart anymore. Instead listen to the appropriate changeEvent and retranslate the UI. Designer generated UI files already provide such a function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30633 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt/themesinstallwindow.h')
-rw-r--r--rbutil/rbutilqt/themesinstallwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/themesinstallwindow.h b/rbutil/rbutilqt/themesinstallwindow.h
index 949ffce4d5..e46a14453b 100644
--- a/rbutil/rbutilqt/themesinstallwindow.h
+++ b/rbutil/rbutilqt/themesinstallwindow.h
@@ -49,6 +49,7 @@ class ThemesInstallWindow : public QDialog
49 HttpGet igetter; 49 HttpGet igetter;
50 QTemporaryFile themesInfo; 50 QTemporaryFile themesInfo;
51 void resizeEvent(QResizeEvent*); 51 void resizeEvent(QResizeEvent*);
52 void changeEvent(QEvent *event);
52 QByteArray imgData; 53 QByteArray imgData;
53 ProgressLoggerGui *logger; 54 ProgressLoggerGui *logger;
54 ZipInstaller *installer; 55 ZipInstaller *installer;