aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickstyleselector_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/qquickstyleselector_p_p.h')
-rw-r--r--src/controls/qquickstyleselector_p_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/controls/qquickstyleselector_p_p.h b/src/controls/qquickstyleselector_p_p.h
index b0de326b..e4df1035 100644
--- a/src/controls/qquickstyleselector_p_p.h
+++ b/src/controls/qquickstyleselector_p_p.h
@@ -49,6 +49,7 @@
#include <QtCore/QString>
#include <QtCore/QUrl>
#include <private/qobject_p.h>
+#include <QtCore/qstringlist.h>
#include "qquickstyleselector_p.h"
@@ -67,7 +68,8 @@ public:
static QStringList platformSelectors();
static void addStatics(const QStringList &); //For loading GUI statics from other Qt modules
QQuickStyleSelectorPrivate();
- QString select(const QString &filePath, const QStringList &allSelectors) const;
+ QString select(const QString &filePath) const;
+ QStringList allSelectors() const;
QString style;
QUrl baseUrl;