summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/scripting-api/component.qdoc6
-rw-r--r--src/libs/installer/component.cpp8
-rw-r--r--src/libs/installer/component.h1
3 files changed, 0 insertions, 15 deletions
diff --git a/doc/scripting-api/component.qdoc b/doc/scripting-api/component.qdoc
index e60223103..56e97f483 100644
--- a/doc/scripting-api/component.qdoc
+++ b/doc/scripting-api/component.qdoc
@@ -157,12 +157,6 @@
*/
/*!
- \qmlsignal component::selectedChanged(boolean isSelected)
-
- Emitted when the component selection changes to \a isSelected.
-*/
-
-/*!
\qmlsignal component::valueChanged(string key, string value)
Emitted when the value of the variable with the name \a key changes to
diff --git a/src/libs/installer/component.cpp b/src/libs/installer/component.cpp
index 957aced03..dddca9f14 100644
--- a/src/libs/installer/component.cpp
+++ b/src/libs/installer/component.cpp
@@ -190,14 +190,6 @@ static const QLatin1String scForcedInstallation("ForcedInstallation");
*/
/*!
- \fn Component::selectedChanged(bool selected)
-
- Emitted when the component selection changes to \a selected.
-
- \sa {component::selectedChanged}{component.selectedChanged}
-*/
-
-/*!
\fn Component::valueChanged(const QString &key, const QString &value)
Emitted when the value of the variable with the name \a key changes to \a value.
diff --git a/src/libs/installer/component.h b/src/libs/installer/component.h
index 3382dcf0d..b184d27d2 100644
--- a/src/libs/installer/component.h
+++ b/src/libs/installer/component.h
@@ -208,7 +208,6 @@ public Q_SLOTS:
Q_SIGNALS:
void loaded();
void virtualStateChanged();
- void selectedChanged(bool selected);
void valueChanged(const QString &key, const QString &value);
private Q_SLOTS: