aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/KeyDatabaseInfo.h
diff options
context:
space:
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;
};