Remove folderDisabledIcon from theme.h

Removed unused folderDisabledIcon method declaration.

Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
Rello 2025-09-25 12:13:12 +07:00 committed by Matthieu Gallien
parent 46f56bc0f9
commit ff46e5cadd

View File

@ -189,10 +189,7 @@ public:
* get an sync state icon
*/
[[nodiscard]] QIcon syncStateIcon(SyncResult::Status, bool sysTray = false) const;
[[nodiscard]] QIcon folderStateIcon(SyncResult::Status) const;
[[nodiscard]] QIcon folderDisabledIcon() const;
[[nodiscard]] QIcon folderOfflineIcon(bool sysTray = false) const;
[[nodiscard]] QIcon applicationIcon() const;
#endif