diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyPairDetailTab.h (renamed from src/ui/keypair_details/KeyPairDetailTab.h) | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/ui/keypair_details/KeyPairDetailTab.h b/src/ui/dialog/keypair_details/KeyPairDetailTab.h index 9d0d6560..91ccdab8 100644 --- a/src/ui/keypair_details/KeyPairDetailTab.h +++ b/src/ui/dialog/keypair_details/KeyPairDetailTab.h @@ -29,9 +29,9 @@ #include "KeySetExpireDateDialog.h" #include "core/GpgContext.h" -#include "import_export/KeyServerImportDialog.h" -#include "import_export/KeyUploadDialog.h" #include "ui/GpgFrontendUI.h" +#include "ui/dialog/import_export/KeyServerImportDialog.h" +#include "ui/dialog/import_export/KeyUploadDialog.h" namespace GpgFrontend::UI { @@ -60,19 +60,19 @@ class KeyPairDetailTab : public QWidget { private: GpgKey key_; ///< - QGroupBox* owner_box_; ///< Groupbox containing owner information - QGroupBox* key_box_; ///< Groupbox containing key information - QGroupBox* fingerprint_box_; ///< Groupbox containing fingerprint information + QGroupBox* owner_box_; ///< Groupbox containing owner information + QGroupBox* key_box_; ///< Groupbox containing key information + QGroupBox* fingerprint_box_; ///< Groupbox containing fingerprint information QGroupBox* additional_uid_box_; ///< Groupbox containing information about ///< additional uids - QLabel* name_var_label_; ///< Label containing the keys name - QLabel* email_var_label_; ///< Label containing the keys email - QLabel* comment_var_label_; ///< Label containing the keys comment - QLabel* key_size_var_label_; ///< Label containing the keys key size - QLabel* expire_var_label_; ///< Label containing the keys expiration date - QLabel* created_var_label_; ///< Label containing the keys creation date - QLabel* last_update_var_label_; ///< + QLabel* name_var_label_; ///< Label containing the keys name + QLabel* email_var_label_; ///< Label containing the keys email + QLabel* comment_var_label_; ///< Label containing the keys comment + QLabel* key_size_var_label_; ///< Label containing the keys key size + QLabel* expire_var_label_; ///< Label containing the keys expiration date + QLabel* created_var_label_; ///< Label containing the keys creation date + QLabel* last_update_var_label_; ///< QLabel* algorithm_var_label_; ///< Label containing the keys algorithm QLabel* key_id_var_label; ///< Label containing the keys keyid QLabel* fingerprint_var_label_; ///< Label containing the keys fingerprint |