From 609354ae47c91ad50ecd02e419ae668a9bb76071 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Thu, 30 Jun 2011 17:37:02 +0200 Subject: [PATCH] WelcomeScreen: remove debug output Change-Id: Ie1dc4be339c23d0a50c71e131e264ca5eda8e63a Reviewed-on: http://codereview.qt.nokia.com/959 Reviewed-by: Qt Sanity Bot Reviewed-by: Daniel Molkentin --- .../welcomescreen/components/styleitem/qstyleplugin.cpp | 2 +- src/plugins/qtsupport/exampleslistmodel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/welcomescreen/components/styleitem/qstyleplugin.cpp b/share/qtcreator/welcomescreen/components/styleitem/qstyleplugin.cpp index 2015f0e334e..d615bd4a2f4 100644 --- a/share/qtcreator/welcomescreen/components/styleitem/qstyleplugin.cpp +++ b/share/qtcreator/welcomescreen/components/styleitem/qstyleplugin.cpp @@ -78,7 +78,7 @@ public: void StylePlugin::registerTypes(const char *uri) { - qDebug() << "register" << uri; +// qDebug() << "register" << uri; qmlRegisterType(uri, 1, 0, "QStyleItem"); qmlRegisterType(uri, 1, 0, "RangeModel"); qmlRegisterType(uri, 1, 0, "DropShadow"); diff --git a/src/plugins/qtsupport/exampleslistmodel.cpp b/src/plugins/qtsupport/exampleslistmodel.cpp index 398369856b0..68738065fbd 100644 --- a/src/plugins/qtsupport/exampleslistmodel.cpp +++ b/src/plugins/qtsupport/exampleslistmodel.cpp @@ -262,7 +262,7 @@ QStringList ExamplesListModel::exampleSources() const // Try Creator-provided XML file only if (sources.isEmpty()) { - qDebug() << Q_FUNC_INFO << "falling through to Creator-provided XML file"; + // qDebug() << Q_FUNC_INFO << "falling through to Creator-provided XML file"; sources << QString(resourceDir + QLatin1String("/examples_fallback.xml")); }