aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/thread/ListedKeyServerTestTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/thread/ListedKeyServerTestTask.h')
-rw-r--r--src/ui/thread/ListedKeyServerTestTask.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/ui/thread/ListedKeyServerTestTask.h b/src/ui/thread/ListedKeyServerTestTask.h
index aa17a12a..d6634f2a 100644
--- a/src/ui/thread/ListedKeyServerTestTask.h
+++ b/src/ui/thread/ListedKeyServerTestTask.h
@@ -52,21 +52,20 @@ class ListedKeyServerTestTask : public Thread::Task {
explicit ListedKeyServerTestTask(const QStringList& urls, int timeout,
QWidget* parent = nullptr);
- signals:
/**
* @brief
*
- * @param result
*/
- void SignalKeyServerListTestResult(
- std::vector<KeyServerTestResultType> result);
+ void Run() override;
- protected:
+ signals:
/**
* @brief
*
+ * @param result
*/
- void run() override;
+ void SignalKeyServerListTestResult(
+ std::vector<KeyServerTestResultType> result);
private:
QStringList urls_; ///<