From f7a00c58d2824f49ecaafc0152fc0b8213772e46 Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 13 Dec 2024 16:22:33 +0100 Subject: refactor: using qt containers instead of std containers --- src/ui/thread/ListedKeyServerTestTask.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/thread/ListedKeyServerTestTask.cpp') 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"); + qRegisterMetaType>( + "QContainer"); } auto GpgFrontend::UI::ListedKeyServerTestTask::Run() -> int { -- cgit v1.2.3