Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-08-17 13:39:31 +0300
committerFelix Weilbach (Rebase PR Action) <felix.weilbach@t-online.de>2021-08-31 11:35:56 +0300
commit25669938fd4fb33a9b6f12be30232d7f0fafc758 (patch)
tree598e45648e99301449e062ed4ae010455b34be15 /src/gui/proxyauthhandler.h
parent0c3f5cde121a18e0f3dd7d65283fcebdad7dbaf5 (diff)
let clang-tidy add missing override after enabling again the check
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Diffstat (limited to 'src/gui/proxyauthhandler.h')
-rw-r--r--src/gui/proxyauthhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/proxyauthhandler.h b/src/gui/proxyauthhandler.h
index e1a291411..06d28a62a 100644
--- a/src/gui/proxyauthhandler.h
+++ b/src/gui/proxyauthhandler.h
@@ -49,7 +49,7 @@ class ProxyAuthHandler : public QObject
public:
static ProxyAuthHandler *instance();
- virtual ~ProxyAuthHandler();
+ ~ProxyAuthHandler() override;
public slots:
/// Intended for QNetworkAccessManager::proxyAuthenticationRequired()