summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-03-19 14:34:20 +0100
committerNiels Weber <niels.weber@digia.com>2013-03-20 10:26:59 +0100
commit4fea99088af9b722505ca25d86577ea3eedd3739 (patch)
treea121e2b96b50d3e7444fd89177fd3016c1bf6a8c /src
parentb622922240c00a6e7c2b4e4e5ad995c2fe675d88 (diff)
Make deprecation warning less insane.
"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." Change-Id: If8e39435db5962cea0bc2e5fa372389198f5d14f Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/libs/installer/component.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/component.cpp b/src/libs/installer/component.cpp
index 7b457d71b..78d4eb68b 100644
--- a/src/libs/installer/component.cpp
+++ b/src/libs/installer/component.cpp
@@ -976,7 +976,7 @@ bool Component::validatePage()
void Component::setSelected(bool selected)
{
Q_UNUSED(selected)
- qDebug() << Q_FUNC_INFO << QString::fromLatin1("on \"%1\" is deprecated!!!").arg(d->m_componentName);
+ qDebug() << Q_FUNC_INFO << QString::fromLatin1("on '%1' is deprecated.").arg(d->m_componentName);
}
void Component::addDependency(const QString &newDependency)