mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Add methods for offline, ok, error, sync, pause, and warning icons
Added new methods for icon status retrieval. Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
parent
dd80c04d9e
commit
3feb769071
@ -172,6 +172,22 @@ public:
|
||||
|
||||
[[nodiscard]] QUrl folderOffline() const;
|
||||
|
||||
/**
|
||||
* @brief nneutral icons for in-app status
|
||||
* @return QUrl full path to an icon
|
||||
*/
|
||||
[[nodiscard]] QUrl offline() const;
|
||||
|
||||
[[nodiscard]] QUrl ok() const;
|
||||
|
||||
[[nodiscard]] QUrl error() const;
|
||||
|
||||
[[nodiscard]] QUrl sync() const;
|
||||
|
||||
[[nodiscard]] QUrl pause() const;
|
||||
|
||||
[[nodiscard]] QUrl warning() const;
|
||||
|
||||
/**
|
||||
* @brief configFileName
|
||||
* @return the name of the config file.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user