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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2020-02-05 13:43:22 +0300
committerOlivier Goffart <olivier@woboq.com>2020-02-10 18:41:07 +0300
commit1622615d5f89dcd08ea38701231f1a4ed4559c27 (patch)
tree187557878392363156fd2202e9e25ee402f4c6b5 /src/gui/clientproxy.h
parentc6981fc82435c45fe14f2197aed7d749c2176880 (diff)
Run clang-tidy with modernize-use-override
And also replace all remaining Q_DECL_OVERRIDE to just override
Diffstat (limited to 'src/gui/clientproxy.h')
-rw-r--r--src/gui/clientproxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/clientproxy.h b/src/gui/clientproxy.h
index 6552d5e0f..402dcdc47 100644
--- a/src/gui/clientproxy.h
+++ b/src/gui/clientproxy.h
@@ -53,7 +53,7 @@ class SystemProxyRunnable : public QObject, public QRunnable
Q_OBJECT
public:
SystemProxyRunnable(const QUrl &url);
- void run();
+ void run() override;
signals:
void systemProxyLookedUp(const QNetworkProxy &url);