aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qt4projectmanager/qt-s60/s60devicespreferencepane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qt4projectmanager/qt-s60/s60devicespreferencepane.h')
-rw-r--r--src/plugins/qt4projectmanager/qt-s60/s60devicespreferencepane.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/qt4projectmanager/qt-s60/s60devicespreferencepane.h b/src/plugins/qt4projectmanager/qt-s60/s60devicespreferencepane.h
index b1bb9496c7..312c1efb90 100644
--- a/src/plugins/qt4projectmanager/qt-s60/s60devicespreferencepane.h
+++ b/src/plugins/qt4projectmanager/qt-s60/s60devicespreferencepane.h
@@ -62,7 +62,8 @@ private:
S60Devices *m_devices;
};
-class S60DevicesPreferencePane : public Core::IOptionsPage {
+class S60DevicesPreferencePane : public Core::IOptionsPage
+{
Q_OBJECT
public:
S60DevicesPreferencePane(S60Devices *devices, QObject *parent = 0);
@@ -72,6 +73,7 @@ public:
QString displayName() const;
QString category() const;
QString displayCategory() const;
+ QIcon categoryIcon() const;
QWidget *createPage(QWidget *parent);
void apply();