diff options
author | MrMelon <github@onpointcoding.net> | 2022-06-06 18:12:50 +0100 |
---|---|---|
committer | MrMelon <github@onpointcoding.net> | 2022-06-06 21:51:08 +0100 |
commit | 1c60e9b4fcaeae505232aa6287d76a2567d6ea1d (patch) | |
tree | 59ae39840410d3cd2fd1ed6891f62376d25f915b /launcher/icons/IconList.h | |
parent | db1c804812c449bac366baf34b6e1d60951bf759 (diff) | |
download | PrismLauncher-1c60e9b4fcaeae505232aa6287d76a2567d6ea1d.tar.gz PrismLauncher-1c60e9b4fcaeae505232aa6287d76a2567d6ea1d.tar.bz2 PrismLauncher-1c60e9b4fcaeae505232aa6287d76a2567d6ea1d.zip |
Add initial sorting function
Diffstat (limited to 'launcher/icons/IconList.h')
-rw-r--r-- | launcher/icons/IconList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/icons/IconList.h b/launcher/icons/IconList.h index ebbb52e2..f9f49e7f 100644 --- a/launcher/icons/IconList.h +++ b/launcher/icons/IconList.h @@ -71,6 +71,7 @@ private: // hide assign op IconList &operator=(const IconList &) = delete; void reindex(); + void sortIconList(); public slots: void directoryChanged(const QString &path); |