diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-03-22 18:51:12 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-03-29 22:22:25 +0000 |
| commit | b1ad938c37f4e175e5509f727d1033b074b134d4 (patch) | |
| tree | 702b41a851550c14104599905907fa659c0d39b7 /CMakeLists.txt | |
| parent | 4274f5036004ae6d3db0e88c8e28eb78c6e37d27 (diff) | |
Integrate the keyring into UI
Add "Keyring" tab to the options dialog. The tab displays the keys from
the table model (notes and certificates) and lets users create and
delete keys.
Key generation dialog includes passphare confirmation and a note.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 32a4b87..167d827 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,6 +101,8 @@ qt_add_executable(Attorney_Online src/widgets/direct_connect_dialog.h src/widgets/server_editor_dialog.cpp src/widgets/server_editor_dialog.h + src/widgets/key_generate_dialog.h + src/widgets/key_generate_dialog.cpp data.qrc src/widgets/playerlistwidget.h src/widgets/playerlistwidget.cpp src/widgets/moderator_dialog.h src/widgets/moderator_dialog.cpp |
