diff options
author | saturneric <[email protected]> | 2025-04-17 17:44:04 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-17 17:44:04 +0000 |
commit | 6f504e4f915f928e42b8574ca3f93eea5038984b (patch) | |
tree | d5542b5cfad3d597038f7621e9975447efd7d9e6 /src/ui/dialog/controller/SmartCardControllerDialog.h | |
parent | chore: update and check translations (diff) | |
download | GpgFrontend-6f504e4f915f928e42b8574ca3f93eea5038984b.tar.gz GpgFrontend-6f504e4f915f928e42b8574ca3f93eea5038984b.zip |
feat: check scd version
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/controller/SmartCardControllerDialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/controller/SmartCardControllerDialog.h b/src/ui/dialog/controller/SmartCardControllerDialog.h index affe01a8..69b1d723 100644 --- a/src/ui/dialog/controller/SmartCardControllerDialog.h +++ b/src/ui/dialog/controller/SmartCardControllerDialog.h @@ -78,6 +78,7 @@ class SmartCardControllerDialog : public GeneralDialog { GpgOpenPGPCard card_info_; QString cached_status_hash_; QTimer* timer_; + bool scd_version_supported_; /** * @brief Get the smart card serial number object |