aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/function/SMTPTestThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/function/SMTPTestThread.cpp')
-rw-r--r--src/ui/function/SMTPTestThread.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/function/SMTPTestThread.cpp b/src/ui/function/SMTPTestThread.cpp
index 63c41a90..0eb267f2 100644
--- a/src/ui/function/SMTPTestThread.cpp
+++ b/src/ui/function/SMTPTestThread.cpp
@@ -23,6 +23,7 @@
*/
#include "SMTPTestThread.h"
+namespace GpgFrontend::UI {
void SMTPTestThread::run() {
SmtpClient smtp(host_.c_str(), port_, connection_type_);
@@ -41,3 +42,5 @@ void SMTPTestThread::run() {
smtp.quit();
emit signalSMTPTestResult("Succeed in testing connection");
}
+
+} // namespace GpgFrontend::UI