homescreenapp/hsdomainmodel/inc/hswidgetcomponent.h
changeset 61 2b1b11a301d2
parent 60 30f14686fb04
--- a/homescreenapp/hsdomainmodel/inc/hswidgetcomponent.h	Wed Jun 23 18:03:36 2010 +0300
+++ b/homescreenapp/hsdomainmodel/inc/hswidgetcomponent.h	Tue Jul 06 14:06:53 2010 +0300
@@ -49,7 +49,7 @@
     Q_DISABLE_COPY(HsWidgetComponent)
 	HsWidgetComponent(const QString &uri, QObject *parent = 0);
 
-	void resolveRootPath();
+	void resolveRootPathAndTranslationFilename();
     void installTranslator();
 	void uninstallTranslator();
 	
@@ -65,6 +65,7 @@
 	QString mRootPath;
 	QString mDrive;
 	State mState;
+	QString mTranslationFilename;
 	friend class HsWidgetComponentRegistry;
 
     HOMESCREEN_TEST_FRIEND_CLASS(TestHsDomainModel)