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")); }