diff options
author | Saturneric <[email protected]> | 2022-07-22 17:26:53 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-07-22 17:26:53 +0000 |
commit | f3ff43494674b9eeeb7d2514d21aa15f477b4092 (patch) | |
tree | 96d4986e25fc5277c67ab7a28f05fa863b867ccd /src/ui/keypair_details/KeyUIDSignDialog.h | |
parent | feat(ui): use general main window and dialog class (diff) | |
download | GpgFrontend-f3ff43494674b9eeeb7d2514d21aa15f477b4092.tar.gz GpgFrontend-f3ff43494674b9eeeb7d2514d21aa15f477b4092.zip |
style(src): reformat code
Diffstat (limited to 'src/ui/keypair_details/KeyUIDSignDialog.h')
-rw-r--r-- | src/ui/keypair_details/KeyUIDSignDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keypair_details/KeyUIDSignDialog.h b/src/ui/keypair_details/KeyUIDSignDialog.h index d64ce57c..bfaff6d2 100644 --- a/src/ui/keypair_details/KeyUIDSignDialog.h +++ b/src/ui/keypair_details/KeyUIDSignDialog.h @@ -29,8 +29,8 @@ #include "core/GpgContext.h" #include "ui/GpgFrontendUI.h" -#include "ui/widgets/KeyList.h" #include "ui/dialog/GeneralDialog.h" +#include "ui/widgets/KeyList.h" namespace GpgFrontend::UI { |