summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/component.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/component.cpp')
-rw-r--r--src/libs/installer/component.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/libs/installer/component.cpp b/src/libs/installer/component.cpp
index 51dc9d91a..fc689f911 100644
--- a/src/libs/installer/component.cpp
+++ b/src/libs/installer/component.cpp
@@ -1136,18 +1136,6 @@ bool Component::validatePage()
return true;
}
-/*!
- \qmlmethod void component::setSelected(boolean selected)
-
- Marks the component for installation. Emits the selectedChanged() signal if the check state changes.
-
- \note This method does not do anything and is deprecated since 1.3.
-*/
-void Component::setSelected(bool selected)
-{
- Q_UNUSED(selected)
- qDebug() << Q_FUNC_INFO << QString::fromLatin1("on '%1' is deprecated.").arg(d->m_componentName);
-}
/*!
\qmlmethod void component::addDependency(string newDependency)