summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-08-13 05:44:28 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-13 05:44:28 (GMT)
commit6eac745a448dfe47ae138e3400d5ce1f2be96376 (patch)
treeb14c2489ede3f1149194923cde133c17e8b5a8ab /tools/qmlviewer/qmlviewer.h
parent0e7409583a3c0f6d8ba01c2d61ac00c02015a52b (diff)
downloadQt-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.h2
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: