summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/component.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/component.h')
-rw-r--r--src/libs/installer/component.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libs/installer/component.h b/src/libs/installer/component.h
index e55e7976c..bf5ef4d18 100644
--- a/src/libs/installer/component.h
+++ b/src/libs/installer/component.h
@@ -125,7 +125,6 @@ public:
void removeComponent(Component *component);
QList<Component*> childComponents(Component::Kind kind) const;
- QScriptEngine *scriptEngine();
void loadComponentScript();
//move this to private
@@ -228,10 +227,6 @@ Q_SIGNALS:
void selectedChanged(bool selected);
void valueChanged(const QString &key, const QString &value);
-protected:
- QScriptValue callScriptMethod(const QString &name,
- const QScriptValueList &parameters = QScriptValueList()) const;
-
private Q_SLOTS:
void updateModelData(const QString &key, const QString &value);