WelcomeScreen: remove debug output

Change-Id: Ie1dc4be339c23d0a50c71e131e264ca5eda8e63a
Reviewed-on: http://codereview.qt.nokia.com/959
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
Daniel Molkentin
2011-06-30 17:37:02 +02:00
parent a082518495
commit 609354ae47
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ public:
void StylePlugin::registerTypes(const char *uri)
{
qDebug() << "register" << uri;
// qDebug() << "register" << uri;
qmlRegisterType<QStyleItem>(uri, 1, 0, "QStyleItem");
qmlRegisterType<QRangeModel>(uri, 1, 0, "RangeModel");
qmlRegisterType<QGraphicsDropShadowEffect>(uri, 1, 0, "DropShadow");

View File

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