diff options
author | Saturneric <[email protected]> | 2022-02-02 07:42:44 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-02-02 07:42:44 +0000 |
commit | 7993367384ff5b63bdbc7b48ebb6817a798e0a2c (patch) | |
tree | 5dc6ad66570db2eea9ce044b9962289d287124b4 /src/ui/main_window/MainWindow.h | |
parent | <doc>(project): Improve code document-related Settings (diff) | |
download | GpgFrontend-7993367384ff5b63bdbc7b48ebb6817a798e0a2c.tar.gz GpgFrontend-7993367384ff5b63bdbc7b48ebb6817a798e0a2c.zip |
<refactor>(src, test): Normalize the naming of partial classes
Diffstat (limited to '')
-rw-r--r-- | src/ui/main_window/MainWindow.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/main_window/MainWindow.h b/src/ui/main_window/MainWindow.h index b169a73f..5d93a710 100644 --- a/src/ui/main_window/MainWindow.h +++ b/src/ui/main_window/MainWindow.h @@ -30,9 +30,9 @@ #define __GPGWIN_H__ #include "gpg/GpgConstants.h" -#include "gpg/result_analyse/DecryptResultAnalyse.h" -#include "gpg/result_analyse/EncryptResultAnalyse.h" -#include "gpg/result_analyse/SignResultAnalyse.h" +#include "gpg/result_analyse/GpgDecryptResultAnalyse.h" +#include "gpg/result_analyse/GpgEncryptResultAnalyse.h" +#include "gpg/result_analyse/GpgSignResultAnalyse.h" #include "ui/GpgFrontendUI.h" #include "ui/KeyMgmt.h" #include "ui/dialog/WaitingDialog.h" @@ -279,7 +279,7 @@ class MainWindow : public QMainWindow { void create_dock_windows(); /** - * @details Create attachment-dockwindow. + * @details Create attachment dock window. */ void create_attachment_dock(); |