aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlfileselector.h
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2016-01-12 16:06:12 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-01-21 08:23:56 +0000
commit706238e037da37a28514336e1e264709f049fba7 (patch)
tree176ca08d92ab281cc99a2682353364b1654c3d6b /src/qml/qml/qqmlfileselector.h
parent38ec3bd755fd07ce860ef28c44f4c7148559de7c (diff)
Add selector() to get underlying FileSelector
Change-Id: If33a23e7ba06523e964d8299365f43e8125c1619 Task-number: QTBUG-45983 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlfileselector.h')
-rw-r--r--src/qml/qml/qqmlfileselector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlfileselector.h b/src/qml/qml/qqmlfileselector.h
index 4a20bf12e2..34ba4d7a56 100644
--- a/src/qml/qml/qqmlfileselector.h
+++ b/src/qml/qml/qqmlfileselector.h
@@ -56,6 +56,7 @@ class Q_QML_EXPORT QQmlFileSelector : public QObject
public:
QQmlFileSelector(QQmlEngine* engine, QObject* parent=0);
~QQmlFileSelector();
+ QFileSelector *selector() const Q_DECL_NOTHROW;
void setSelector(QFileSelector *selector);
void setExtraSelectors(QStringList &strings); // TODO Qt6: remove
void setExtraSelectors(const QStringList &strings);