diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-04-19 07:08:28 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-04-20 13:00:01 (GMT) |
commit | 831b27e8fb9d12345c33315b7d7c08b613e3d4bb (patch) | |
tree | f124210d62ffa0f2e5980f3471c7a2b8b8d1e752 /tools/qml/qmlruntime.cpp | |
parent | 76670cb51e53140ccd2873e627708dc73c12d9b3 (diff) | |
download | Qt-831b27e8fb9d12345c33315b7d7c08b613e3d4bb.zip Qt-831b27e8fb9d12345c33315b7d7c08b613e3d4bb.tar.gz Qt-831b27e8fb9d12345c33315b7d7c08b613e3d4bb.tar.bz2 |
Show command line help / qml runtime output in GUI
Since qml is a GUI program, debugging output isn't visible by default
for Windows/Mac users. Therefore provide command line help in a dialog (Windows), and runtime errors/warnings in a separate top level window.
Done together with mae.
Reviewed-by: mae
Diffstat (limited to 'tools/qml/qmlruntime.cpp')
-rw-r--r-- | tools/qml/qmlruntime.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qml/qmlruntime.cpp b/tools/qml/qmlruntime.cpp index 68940c7..87a4d21 100644 --- a/tools/qml/qmlruntime.cpp +++ b/tools/qml/qmlruntime.cpp @@ -1000,7 +1000,6 @@ bool QDeclarativeViewer::open(const QString& file_or_url) t.start(); canvas->setSource(url); - qWarning() << "Wall startup time:" << t.elapsed(); return true; } |