aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/WaitingDialog.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-23 13:17:48 +0000
committerSaturneric <[email protected]>2022-01-23 13:17:48 +0000
commitb5f212842dc0c2dd6356bf49a28b5d433bc8ad17 (patch)
treeb415a88c7a0d20b18fba40efa65a206b808fc22f /src/ui/dialog/WaitingDialog.cpp
parent<refactor>(ui): tidy up codes and comments. (diff)
downloadGpgFrontend-b5f212842dc0c2dd6356bf49a28b5d433bc8ad17.tar.gz
GpgFrontend-b5f212842dc0c2dd6356bf49a28b5d433bc8ad17.zip
<refactor, style>(gpg, ui, project): tidy up codes and comments.
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
Diffstat (limited to '')
-rw-r--r--src/ui/dialog/WaitingDialog.cpp (renamed from src/ui/WaitingDialog.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/WaitingDialog.cpp b/src/ui/dialog/WaitingDialog.cpp
index 87fd0a1a..a4412e57 100644
--- a/src/ui/WaitingDialog.cpp
+++ b/src/ui/dialog/WaitingDialog.cpp
@@ -26,7 +26,7 @@
*
*/
-#include "ui/WaitingDialog.h"
+#include "WaitingDialog.h"
namespace GpgFrontend::UI {