aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/UserInterfaceUtils.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-01-26 18:33:11 +0000
committersaturneric <[email protected]>2025-01-26 18:33:11 +0000
commit8e7d3d6ac723917f73dcdb188b0056b1798c0ffb (patch)
tree4e33b07c5b743d9cd4b390a01aab6075a94c5ec8 /src/ui/UserInterfaceUtils.cpp
parentfeat: allow file batch operations (diff)
downloadGpgFrontend-8e7d3d6ac723917f73dcdb188b0056b1798c0ffb.tar.gz
GpgFrontend-8e7d3d6ac723917f73dcdb188b0056b1798c0ffb.zip
fix: optimums unknown fpr verifying helper
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;
}