diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-07-29 06:20:48 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-07-29 06:36:35 (GMT) |
commit | 688791b4d39ed4e96c43621e28c6bb3098d3b70c (patch) | |
tree | f134367d9cfba30e61f72538d7ca136ae5ddedd7 /tools/qml/qmlruntime.h | |
parent | 63ac81df760f9b563ced098386cd4bb24439beb3 (diff) | |
download | Qt-688791b4d39ed4e96c43621e28c6bb3098d3b70c.zip Qt-688791b4d39ed4e96c43621e28c6bb3098d3b70c.tar.gz Qt-688791b4d39ed4e96c43621e28c6bb3098d3b70c.tar.bz2 |
Improve utility of QMLViewer
Adds a startup animation for all platforms, and adds support for file
associated and drag and drop on Mac OS X
QTBUG-12496
Diffstat (limited to 'tools/qml/qmlruntime.h')
-rw-r--r-- | tools/qml/qmlruntime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qml/qmlruntime.h b/tools/qml/qmlruntime.h index 68d3452..7385b14 100644 --- a/tools/qml/qmlruntime.h +++ b/tools/qml/qmlruntime.h @@ -105,6 +105,7 @@ public: QDeclarativeView *view() const; LoggerWidget *warningsWidget() const; + QString currentFile() const { return currentFileOrUrl; } void enableExperimentalGestures(); |