mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove folderDisabledIcon from theme.h
Removed unused folderDisabledIcon method declaration. Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
parent
46f56bc0f9
commit
ff46e5cadd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user