Add initial sorting function

This commit is contained in:
MrMelon
2022-06-06 18:12:50 +01:00
parent db1c804812
commit 1c60e9b4fc
2 changed files with 29 additions and 0 deletions

View File

@ -71,6 +71,7 @@ private:
// hide assign op
IconList &operator=(const IconList &) = delete;
void reindex();
void sortIconList();
public slots:
void directoryChanged(const QString &path);