aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/GpgModel.h
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2021-12-07 08:37:54 +0000
committerGitHub <[email protected]>2021-12-07 08:37:54 +0000
commitcc89ad54ab3dd4aeb3ed7afeed59a80b6e61649c (patch)
tree865d2298d836c8eb36584b5d268325bca4a66a78 /src/gpg/GpgModel.h
parentMerge pull request #26 from saturneric/develop (diff)
parentFix Bugs on KeyUploadDialog (diff)
downloadGpgFrontend-cc89ad54ab3dd4aeb3ed7afeed59a80b6e61649c.tar.gz
GpgFrontend-cc89ad54ab3dd4aeb3ed7afeed59a80b6e61649c.zip
Merge pull request #28 from saturneric/develop
Diffstat (limited to 'src/gpg/GpgModel.h')
-rw-r--r--src/gpg/GpgModel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpg/GpgModel.h b/src/gpg/GpgModel.h
index 3e07427c..af094bf5 100644
--- a/src/gpg/GpgModel.h
+++ b/src/gpg/GpgModel.h
@@ -25,13 +25,13 @@
#ifndef GPGFRONTEND_ZH_CN_TS_GPGMODEL_H
#define GPGFRONTEND_ZH_CN_TS_GPGMODEL_H
-#include "GpgConstants.h"
-
#include <list>
#include <utility>
+#include "GpgConstants.h"
#include "gpg/model/GpgData.h"
#include "gpg/model/GpgKey.h"
+#include "gpg/model/GpgSignature.h"
namespace GpgFrontend {