aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendUIInit.h
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2022-05-08 13:14:24 +0000
committerGitHub <[email protected]>2022-05-08 13:14:24 +0000
commitf722eec9a898c97e233619a50f6f1a94fef6f94c (patch)
tree26757206ff3e139a10968bd8ae6147ca1a1182a7 /src/ui/GpgFrontendUIInit.h
parentMerge pull request #50 from saturneric/develop-2.0.5 (diff)
parentdoc: update translate document. (diff)
downloadGpgFrontend-f722eec9a898c97e233619a50f6f1a94fef6f94c.tar.gz
GpgFrontend-f722eec9a898c97e233619a50f6f1a94fef6f94c.zip
Merge pull request #54 from saturneric/develop-2.0.6v2.0.6
Develop 2.0.6
Diffstat (limited to '')
-rw-r--r--src/ui/GpgFrontendUIInit.h (renamed from src/ui/mail/ReceiveMailDialog.cpp)21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/ui/mail/ReceiveMailDialog.cpp b/src/ui/GpgFrontendUIInit.h
index 765e8baa..ddb791c3 100644
--- a/src/ui/mail/ReceiveMailDialog.cpp
+++ b/src/ui/GpgFrontendUIInit.h
@@ -26,17 +26,18 @@
*
*/
-#include "ReceiveMailDialog.h"
+#ifndef GPGFRONTEND_GPGFRONTENDUIINIT_H
+#define GPGFRONTEND_GPGFRONTENDUIINIT_H
-#include "ui_ReceiveMailDialog.h"
+#include "GpgFrontendUI.h"
-GpgFrontend::UI::ReceiveMailDialog::ReceiveMailDialog(QWidget *parent)
- : QDialog(parent), ui_(std::make_shared<Ui_ReceiveMailDialog>()) {
- ui_->setupUi(this);
-}
+namespace GpgFrontend::UI {
-void GpgFrontend::UI::ReceiveMailDialog::slot_refresh_data() {}
+/**
+ * @brief
+ */
+void init_logging();
+
+}; // namespace GpgFrontend::UI
-void GpgFrontend::UI::ReceiveMailDialog::list_sub_folders(
- GpgFrontend::UI::IMAPFolder *parent_folder,
- const std::shared_ptr<vmime::net::folder> &) {}
+#endif // GPGFRONTEND_GPGFRONTENDUIINIT_H