From 4582a103c127da928b73d62d5bd1fe6b8a0d4da3 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Thu, 3 May 2018 20:09:31 +0200 Subject: [PATCH] QFileSystemModel: remove unused function naturalCompare() The implementation of the private function naturalCompare was removed with 197da3d220f but the declaration was forgotten. Change-Id: I14b44e3aeccac2c428e509f115ea93c4ba2a7c9b Reviewed-by: Lars Knoll --- src/widgets/dialogs/qfilesystemmodel_p.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/widgets/dialogs/qfilesystemmodel_p.h b/src/widgets/dialogs/qfilesystemmodel_p.h index a2a02e2d41..1e72bb69a8 100644 --- a/src/widgets/dialogs/qfilesystemmodel_p.h +++ b/src/widgets/dialogs/qfilesystemmodel_p.h @@ -294,8 +294,6 @@ public: void _q_fileSystemChanged(const QString &path, const QVector > &); void _q_resolvedName(const QString &fileName, const QString &resolvedName); - static int naturalCompare(const QString &s1, const QString &s2, Qt::CaseSensitivity cs); - QDir rootDir; #if QT_CONFIG(filesystemwatcher) # ifdef Q_OS_WIN