QFileSystemModel: remove unused function naturalCompare()
The implementation of the private function naturalCompare was removed
with 197da3d220 but the declaration was forgotten.
Change-Id: I14b44e3aeccac2c428e509f115ea93c4ba2a7c9b
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
bb10
parent
ecdbaf99a1
commit
4582a103c1
|
|
@ -294,8 +294,6 @@ public:
|
|||
void _q_fileSystemChanged(const QString &path, const QVector<QPair<QString, QFileInfo> > &);
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue