--- a/mediasettings/videosettingsplugin/inc/videosettingsgroup.h Fri Jun 11 09:44:20 2010 +0300
+++ b/mediasettings/videosettingsplugin/inc/videosettingsgroup.h Thu Jun 24 09:49:13 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;