aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/thread/ProxyConnectionTestTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/thread/ProxyConnectionTestTask.h')
-rw-r--r--src/ui/thread/ProxyConnectionTestTask.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/ui/thread/ProxyConnectionTestTask.h b/src/ui/thread/ProxyConnectionTestTask.h
index ac8982b5..ac9833a7 100644
--- a/src/ui/thread/ProxyConnectionTestTask.h
+++ b/src/ui/thread/ProxyConnectionTestTask.h
@@ -52,6 +52,12 @@ class ProxyConnectionTestTask : public Thread::Task {
*/
explicit ProxyConnectionTestTask(QString url, int timeout);
+ /**
+ * @brief
+ *
+ */
+ void Run() override;
+
signals:
/**
* @brief
@@ -60,14 +66,13 @@ class ProxyConnectionTestTask : public Thread::Task {
*/
void SignalProxyConnectionTestResult(const QString& result);
- protected:
+ private slots:
+
/**
* @brief
*
+ * @param reply
*/
- void run() override;
-
- private slots:
void slot_process_network_reply(QNetworkReply* reply);
private: