--- a/mediasettings/videosettingsplugin/inc/videosettingsgroup.h Wed Jun 23 18:14:16 2010 +0300
+++ b/mediasettings/videosettingsplugin/inc/videosettingsgroup.h Tue Jul 06 14:17:50 2010 +0300
@@ -19,6 +19,7 @@
#include <cpsettingformitemdata.h>
#include <qabstractitemmodel.h>
+#include <qtranslator.h>
class CpItemDataHelper;
class CMPSettingsModel;
@@ -106,6 +107,11 @@
CpItemDataHelper& mItemDataHelper;
/**
+ * Holds videos translation file. It's needed to localize texts in this plugin.
+ */
+ QTranslator mTranslator;
+
+ /**
* The settings model where settings are loaded and saved.
*/
CMPSettingsModel* mSettingsModel;