forked from qt-creator/qt-creator
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:
@@ -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"));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user