summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/component_p.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2012-12-06 15:47:26 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2012-12-07 13:15:35 +0100
commit40b40e6274e4db14531461c455c88378d12d85f2 (patch)
tree71b74c31dd349aae200a857050747fdcc7397910 /src/libs/installer/component_p.h
parentfd4c75df63d65e5a97ebc71c8247713ace45ffc9 (diff)
Finally IFW compiles with Qt5 (use private headers)
Change-Id: I2604c77418e4a930bd0f76092db581fef1e45817 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'src/libs/installer/component_p.h')
-rw-r--r--src/libs/installer/component_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libs/installer/component_p.h b/src/libs/installer/component_p.h
index 18d1ea21d..47e6a85ef 100644
--- a/src/libs/installer/component_p.h
+++ b/src/libs/installer/component_p.h
@@ -88,6 +88,9 @@ public:
QList<QPair<QString, bool> > m_pathesForUninstallation;
private:
+ QScriptValue getDesktopServices();
+
+private:
QScriptEngine* m_scriptEngine;
};