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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/controls/qquickstyleselector_p_p.h b/src/controls/qquickstyleselector_p_p.h
index e4df1035..dc91af5f 100644
--- a/src/controls/qquickstyleselector_p_p.h
+++ b/src/controls/qquickstyleselector_p_p.h
@@ -69,9 +69,8 @@ public:
static void addStatics(const QStringList &); //For loading GUI statics from other Qt modules
QQuickStyleSelectorPrivate();
QString select(const QString &filePath) const;
- QStringList allSelectors() const;
+ QStringList allSelectors(bool includeStyle) const;
- QString style;
QUrl baseUrl;
};