diff options
author | saturneric <[email protected]> | 2025-04-19 01:39:02 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-19 02:17:36 +0000 |
commit | be1f218314242fdf7c0fac76d32e2b9f16b5b6fe (patch) | |
tree | 2a56f13ca42170fab7837d03921155f621ad764b /src/core/model/GpgKeyTreeModel.h | |
parent | fix: find pinentry under /app/bin in flatpak container (diff) | |
download | GpgFrontend-be1f218314242fdf7c0fac76d32e2b9f16b5b6fe.tar.gz GpgFrontend-be1f218314242fdf7c0fac76d32e2b9f16b5b6fe.zip |
fix: find out adsk problem of flatpak
Diffstat (limited to 'src/core/model/GpgKeyTreeModel.h')
-rw-r--r-- | src/core/model/GpgKeyTreeModel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/GpgKeyTreeModel.h b/src/core/model/GpgKeyTreeModel.h index bc27d2bd..a23ae921 100644 --- a/src/core/model/GpgKeyTreeModel.h +++ b/src/core/model/GpgKeyTreeModel.h @@ -231,7 +231,7 @@ class GPGFRONTEND_CORE_EXPORT GpgKeyTreeItem { private: QContainer<QSharedPointer<GpgKeyTreeItem>> children_; QVariantList data_; - bool checked_; + bool checked_ = false; bool checkable_; bool enable_; QSharedPointer<GpgAbstractKey> key_; |