summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfiledialog_p.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer.qnx@kdab.com>2012-05-23 12:01:11 +0100
committerQt by Nokia <qt-info@nokia.com>2012-05-24 17:46:15 +0200
commit66e68b79c276f33f9a161c9eb04a9416b4ec9d9d (patch)
tree4c9abb47855d41a40d8a6ef1b0cc8af7e979b691 /src/widgets/dialogs/qfiledialog_p.h
parent2d990ccba67d383bfacef5e360f9528b89e01487 (diff)
QPA: Refactor QFileDialogPrivate::qt_clean_filter_list for QPA
Allows QFileDialog and QPA plugins to access this helper function. Needed by the Cocoa and QNX plugins. This commit fixes up the Cocoa plugin. The QNX support will be in a follow-up commit. Change-Id: I8dd08a9f3dc27d85edd0dc9dad9629406c1e677a Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Diffstat (limited to 'src/widgets/dialogs/qfiledialog_p.h')
-rw-r--r--src/widgets/dialogs/qfiledialog_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/dialogs/qfiledialog_p.h b/src/widgets/dialogs/qfiledialog_p.h
index d7b5ce6527..4760c615cd 100644
--- a/src/widgets/dialogs/qfiledialog_p.h
+++ b/src/widgets/dialogs/qfiledialog_p.h
@@ -211,9 +211,6 @@ public:
void _q_rowsInserted(const QModelIndex & parent);
void _q_fileRenamed(const QString &path, const QString oldName, const QString newName);
- static QStringList qt_clean_filter_list(const QString &filter);
- static const char *qt_file_dialog_filter_reg_exp;
-
// layout
#ifndef QT_NO_PROXYMODEL
QAbstractProxyModel *proxyModel;