diff options
Diffstat (limited to 'src/ui/thread/ListedKeyServerTestTask.cpp')
-rw-r--r-- | src/ui/thread/ListedKeyServerTestTask.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/thread/ListedKeyServerTestTask.cpp b/src/ui/thread/ListedKeyServerTestTask.cpp index 77c624dd..624e2b8b 100644 --- a/src/ui/thread/ListedKeyServerTestTask.cpp +++ b/src/ui/thread/ListedKeyServerTestTask.cpp @@ -40,8 +40,8 @@ GpgFrontend::UI::ListedKeyServerTestTask::ListedKeyServerTestTask( network_manager_(new QNetworkAccessManager(this)), timeout_(timeout) { HoldOnLifeCycle(true); - qRegisterMetaType<std::vector<KeyServerTestResultType>>( - "std::vector<KeyServerTestResultType>"); + qRegisterMetaType<QContainer<KeyServerTestResultType>>( + "QContainer<KeyServerTestResultType>"); } auto GpgFrontend::UI::ListedKeyServerTestTask::Run() -> int { |