aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/KeyList.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-12 04:43:30 +0000
committerSaturneric <[email protected]>2022-01-12 04:43:30 +0000
commita1b49d54338724ca8b6bf1c7e8b0a0e1e7287184 (patch)
tree9433389e530a75acfbc6deb30bf5dfc85e8bab30 /src/ui/widgets/KeyList.cpp
parent<feat>(ui): Added ability to encrypt data object storage (diff)
downloadGpgFrontend-a1b49d54338724ca8b6bf1c7e8b0a0e1e7287184.tar.gz
GpgFrontend-a1b49d54338724ca8b6bf1c7e8b0a0e1e7287184.zip
<refactor>(ui): Change Sync() to Sync Settings()
Diffstat (limited to 'src/ui/widgets/KeyList.cpp')
-rw-r--r--src/ui/widgets/KeyList.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widgets/KeyList.cpp b/src/ui/widgets/KeyList.cpp
index 89634f95..8b93a088 100644
--- a/src/ui/widgets/KeyList.cpp
+++ b/src/ui/widgets/KeyList.cpp
@@ -355,7 +355,7 @@ void KeyList::dropEvent(QDropEvent* event) {
else {
general["confirm_import_keys"] = checkBox->isChecked();
}
- GlobalSettingStation::GetInstance().Sync();
+ GlobalSettingStation::GetInstance().SyncSettings();
}
if (event->mimeData()->hasUrls()) {
@@ -584,7 +584,7 @@ void KeyTable::Refresh(KeyLinkListPtr m_keys) {
type_steam << "#";
}
- if(it->HasCardKey()) {
+ if (it->HasCardKey()) {
type_steam << "^";
}