diff options
author | saturneric <[email protected]> | 2025-01-21 22:44:36 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-01-21 22:44:36 +0000 |
commit | 3931b64fddffbb12b3276acbdd14a834432b5104 (patch) | |
tree | 6069614bbd592fbf1f319d5e702d6e34a7ab0d4a /src/core/model/KeyDatabaseInfo.h | |
parent | Merge branch 'develop' into dev/2.1.6/main (diff) | |
download | GpgFrontend-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.h | 1 |
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; }; |