summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qqnxfilepicker.h
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2014-03-07 14:05:45 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-08 11:45:29 +0100
commit43af92be45b5ea59c7db71b977faf5870a0baa24 (patch)
tree9f36ec53222a7c81815d423d02c1b1568169f43c /src/plugins/platforms/qnx/qqnxfilepicker.h
parent7591abbe0402d7fcb6305728c1456c1e148d1c40 (diff)
BlackBerry: Choose the appropriate file dialog type
This chooses the appropriate file dialog type based on the nameFilters that were set. Change-Id: I0c674eacbaebf862ce4359e744271c0d6382c216 Reviewed-by: Kevin Krammer <kevin.krammer@kdab.com> Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Diffstat (limited to 'src/plugins/platforms/qnx/qqnxfilepicker.h')
-rw-r--r--src/plugins/platforms/qnx/qqnxfilepicker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/qnx/qqnxfilepicker.h b/src/plugins/platforms/qnx/qqnxfilepicker.h
index 5bb8f0969f..e8272900b0 100644
--- a/src/plugins/platforms/qnx/qqnxfilepicker.h
+++ b/src/plugins/platforms/qnx/qqnxfilepicker.h
@@ -92,6 +92,7 @@ public Q_SLOTS:
private:
void cleanup();
void handleFilePickerResponse(const char *data);
+ QString filePickerType() const;
QString modeToString(Mode mode) const;