aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/theme/imthemedaemon.h
diff options
context:
space:
mode:
authorAntti Kervinen <antti.kervinen@nokia.com>2010-06-29 16:29:18 +0300
committerJörgen Scheibengruber <jorgen.scheibengruber@nokia.com>2010-07-05 12:45:13 +0300
commitb0fdd67f150ea4ceb61608751a659e3d91dac61c (patch)
tree5efa44d11d10f2a09df22a1a26b9608e42a985bc /src/corelib/theme/imthemedaemon.h
parent37c1eb8c5dadb5fff3b991a882eddb799b0ab374 (diff)
Fixes: NB#176892 - svg ids are not shown on using fast launch in application
RevBy: Juha Lintula Details: Application name change after launching boosted application was not propagated to the theme daemon. Therefore application-specific graphics that were supposed to be fetched from the daemon did not work. This commit fixes the issue.
Diffstat (limited to 'src/corelib/theme/imthemedaemon.h')
-rw-r--r--src/corelib/theme/imthemedaemon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/theme/imthemedaemon.h b/src/corelib/theme/imthemedaemon.h
index d2ff4553..e4108a9a 100644
--- a/src/corelib/theme/imthemedaemon.h
+++ b/src/corelib/theme/imthemedaemon.h
@@ -31,6 +31,9 @@ class IMThemeDaemon : public QObject
public:
virtual ~IMThemeDaemon() {}
+
+ // set/reset the name of the application registered to theme daemon
+ virtual void registerApplicationName(const QString &applicationName) = 0;
// directory search list contains list of directories to search for pixmaps for application
virtual void addDirectoryToPixmapSearchList(const QString &directoryName, M::RecursionMode recursive) = 0;