mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
remove unused QFileSystemModelPrivate methods
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
46f02d9a3c
commit
edbeabbf41
1 changed files with 0 additions and 10 deletions
|
@ -228,16 +228,6 @@ public:
|
|||
delayedSortTimer.start(0);
|
||||
}
|
||||
|
||||
static bool caseInsensitiveLessThan(const QString &s1, const QString &s2)
|
||||
{
|
||||
return QString::compare(s1, s2, Qt::CaseInsensitive) < 0;
|
||||
}
|
||||
|
||||
static bool nodeCaseInsensitiveLessThan(const QFileSystemModelPrivate::QFileSystemNode &s1, const QFileSystemModelPrivate::QFileSystemNode &s2)
|
||||
{
|
||||
return QString::compare(s1.fileName, s2.fileName, Qt::CaseInsensitive) < 0;
|
||||
}
|
||||
|
||||
QIcon icon(const QModelIndex &index) const;
|
||||
QString name(const QModelIndex &index) const;
|
||||
QString filePath(const QModelIndex &index) const;
|
||||
|
|
Loading…
Add table
Reference in a new issue