summaryrefslogtreecommitdiffstats
path: root/tools/qml/qmlruntime.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-07-29 06:20:48 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-07-29 06:36:35 (GMT)
commit688791b4d39ed4e96c43621e28c6bb3098d3b70c (patch)
treef134367d9cfba30e61f72538d7ca136ae5ddedd7 /tools/qml/qmlruntime.h
parent63ac81df760f9b563ced098386cd4bb24439beb3 (diff)
downloadQt-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.h1
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();