aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/KeyDatabaseInfo.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-01-21 22:44:36 +0000
committersaturneric <[email protected]>2025-01-21 22:44:36 +0000
commit3931b64fddffbb12b3276acbdd14a834432b5104 (patch)
tree6069614bbd592fbf1f319d5e702d6e34a7ab0d4a /src/core/model/KeyDatabaseInfo.h
parentMerge branch 'develop' into dev/2.1.6/main (diff)
downloadGpgFrontend-3931b64fddffbb12b3276acbdd14a834432b5104.tar.gz
GpgFrontend-3931b64fddffbb12b3276acbdd14a834432b5104.zip
feat: enhance key db functions
1. allow using relative key db path 2. allow editing default key db 3. use a key db in own directory at portable mode
Diffstat (limited to 'src/core/model/KeyDatabaseInfo.h')
-rw-r--r--src/core/model/KeyDatabaseInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/model/KeyDatabaseInfo.h b/src/core/model/KeyDatabaseInfo.h
index b5bfc1ea..693a4a65 100644
--- a/src/core/model/KeyDatabaseInfo.h
+++ b/src/core/model/KeyDatabaseInfo.h
@@ -34,6 +34,7 @@ struct KeyDatabaseInfo {
int channel;
QString name;
QString path;
+ QString origin_path;
KeyDatabaseInfo() = default;
};