mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Mark fileProviderAvailable as nodiscard
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
bbe48954be
commit
ae524c0346
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public:
|
||||||
static FileProvider *instance();
|
static FileProvider *instance();
|
||||||
~FileProvider() override;
|
~FileProvider() override;
|
||||||
|
|
||||||
static bool fileProviderAvailable();
|
[[nodiscard]] static bool fileProviderAvailable();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void createDebugArchiveForDomain(const QString &domainIdentifier, const QString &filename) const;
|
void createDebugArchiveForDomain(const QString &domainIdentifier, const QString &filename) const;
|
||||||
|
|
Loading…
Reference in a new issue