diff options
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); |