aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlfileselector.h
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2020-02-26 11:22:15 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2020-03-13 09:01:12 +0100
commitf3f845f2999f1635bc0469ef4ec1015e6d97736e (patch)
treeae6cbaccbc675e835a85e3d271198d76955657df /src/qml/qml/qqmlfileselector.h
parent8178bd345530f9687d7f4159350b9337615bb3c0 (diff)
Remove QQmlFileSelector::setExtraSelectors overload
We only need the one taking a const reference. Change-Id: I9466e71495129bfccd5a70d93a6acbc43e25b2b4 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlfileselector.h')
-rw-r--r--src/qml/qml/qqmlfileselector.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlfileselector.h b/src/qml/qml/qqmlfileselector.h
index 9b70e3936d..362a15a27e 100644
--- a/src/qml/qml/qqmlfileselector.h
+++ b/src/qml/qml/qqmlfileselector.h
@@ -58,7 +58,6 @@ public:
~QQmlFileSelector() override;
QFileSelector *selector() const Q_DECL_NOTHROW;
void setSelector(QFileSelector *selector);
- void setExtraSelectors(QStringList &strings); // TODO Qt6: remove
void setExtraSelectors(const QStringList &strings);
static QQmlFileSelector* get(QQmlEngine*);