diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-08-13 05:44:28 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-08-13 05:44:28 (GMT) |
commit | 6eac745a448dfe47ae138e3400d5ce1f2be96376 (patch) | |
tree | b14c2489ede3f1149194923cde133c17e8b5a8ab /tools/qmlviewer/qmlviewer.h | |
parent | 0e7409583a3c0f6d8ba01c2d61ac00c02015a52b (diff) | |
download | Qt-6eac745a448dfe47ae138e3400d5ce1f2be96376.zip Qt-6eac745a448dfe47ae138e3400d5ce1f2be96376.tar.gz Qt-6eac745a448dfe47ae138e3400d5ce1f2be96376.tar.bz2 |
Improve specifying skin on command-line.
Diffstat (limited to 'tools/qmlviewer/qmlviewer.h')
-rw-r--r-- | tools/qmlviewer/qmlviewer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qmlviewer/qmlviewer.h b/tools/qmlviewer/qmlviewer.h index 319d0a5..c03c09f 100644 --- a/tools/qmlviewer/qmlviewer.h +++ b/tools/qmlviewer/qmlviewer.h @@ -44,6 +44,8 @@ public: void setNetworkCacheSize(int size); void addLibraryPath(const QString& lib); + QStringList builtinSkins() const; + QMenuBar *menuBar() const; public slots: |