Skip to content
Snippets Groups Projects
Commit 609354ae authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

WelcomeScreen: remove debug output

Change-Id: Ie1dc4be339c23d0a50c71e131e264ca5eda8e63a
Reviewed-on: http://codereview.qt.nokia.com/959


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarDaniel Molkentin <daniel.molkentin@nokia.com>
parent a0825184
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
......@@ -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"));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment