aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgKeyOpera.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-07-22 17:26:53 +0000
committerSaturneric <[email protected]>2022-07-22 17:26:53 +0000
commitf3ff43494674b9eeeb7d2514d21aa15f477b4092 (patch)
tree96d4986e25fc5277c67ab7a28f05fa863b867ccd /src/core/function/gpg/GpgKeyOpera.cpp
parentfeat(ui): use general main window and dialog class (diff)
downloadGpgFrontend-f3ff43494674b9eeeb7d2514d21aa15f477b4092.tar.gz
GpgFrontend-f3ff43494674b9eeeb7d2514d21aa15f477b4092.zip
style(src): reformat code
Diffstat (limited to 'src/core/function/gpg/GpgKeyOpera.cpp')
-rw-r--r--src/core/function/gpg/GpgKeyOpera.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/core/function/gpg/GpgKeyOpera.cpp b/src/core/function/gpg/GpgKeyOpera.cpp
index e36edfd9..03d8c8d9 100644
--- a/src/core/function/gpg/GpgKeyOpera.cpp
+++ b/src/core/function/gpg/GpgKeyOpera.cpp
@@ -36,13 +36,12 @@
#include <string>
#include <vector>
-#include "core/GpgConstants.h"
-#include "core/GpgGenKeyInfo.h"
#include "GpgCommandExecutor.h"
#include "GpgKeyGetter.h"
+#include "core/GpgConstants.h"
+#include "core/GpgGenKeyInfo.h"
-GpgFrontend::GpgKeyOpera::GpgKeyOpera(
- int channel)
+GpgFrontend::GpgKeyOpera::GpgKeyOpera(int channel)
: SingletonFunctionObject<GpgKeyOpera>(channel) {}
/**