aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/UserInterfaceUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/UserInterfaceUtils.cpp')
-rw-r--r--src/ui/UserInterfaceUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/UserInterfaceUtils.cpp b/src/ui/UserInterfaceUtils.cpp
index ea5bb3d9..74e2c82a 100644
--- a/src/ui/UserInterfaceUtils.cpp
+++ b/src/ui/UserInterfaceUtils.cpp
@@ -663,7 +663,7 @@ void CommonUtils::ImportKeyFromKeyServer(int channel,
}
void CommonUtils::ImportKeyByKeyServerSyncModule(QWidget *parent, int channel,
- const QList<QString> &fprs) {
+ const QStringList &fprs) {
if (!Module::IsModuleActivate(kKeyServerSyncModuleID)) {
return;
}