diff options
author | Saturneric <[email protected]> | 2022-07-22 17:46:34 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-07-22 17:46:34 +0000 |
commit | a6d22ea199b62d433c595ed5b9f51398fc8b7f5a (patch) | |
tree | a09fb7383a655a18a79c72f54c57352ddba7a4b3 /src/ui/dialog/keypair_details/KeyDetailsDialog.cpp | |
parent | style(src): reformat code (diff) | |
download | GpgFrontend-a6d22ea199b62d433c595ed5b9f51398fc8b7f5a.tar.gz GpgFrontend-a6d22ea199b62d433c595ed5b9f51398fc8b7f5a.zip |
refactor(ui): adjust file structure
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyDetailsDialog.cpp (renamed from src/ui/keypair_details/KeyDetailsDialog.cpp) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ui/keypair_details/KeyDetailsDialog.cpp b/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp index dc3df9d4..9c2f8003 100644 --- a/src/ui/keypair_details/KeyDetailsDialog.cpp +++ b/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp @@ -26,12 +26,12 @@ * */ -#include "ui/keypair_details/KeyDetailsDialog.h" +#include "KeyDetailsDialog.h" -#include "ui/keypair_details/KeyPairDetailTab.h" -#include "ui/keypair_details/KeyPairOperaTab.h" -#include "ui/keypair_details/KeyPairSubkeyTab.h" -#include "ui/keypair_details/KeyPairUIDTab.h" +#include "KeyPairDetailTab.h" +#include "KeyPairOperaTab.h" +#include "KeyPairSubkeyTab.h" +#include "KeyPairUIDTab.h" namespace GpgFrontend::UI { KeyDetailsDialog::KeyDetailsDialog(const GpgKey& key, QWidget* parent) |