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:
Rello 2025-09-24 16:48:00 +07:00 committed by Matthieu Gallien
parent dd80c04d9e
commit 3feb769071

View File

@ -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.