aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/MainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/MainWindow.h')
-rw-r--r--src/ui/MainWindow.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/ui/MainWindow.h b/src/ui/MainWindow.h
index 333ee971..f6de47d8 100644
--- a/src/ui/MainWindow.h
+++ b/src/ui/MainWindow.h
@@ -26,22 +26,21 @@
#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 "ui/FileEncryptionDialog.h"
#include "ui/FindWidget.h"
#include "ui/GpgFrontendUI.h"
#include "ui/KeyMgmt.h"
#include "ui/KeyUploadDialog.h"
-#include "ui/SettingsDialog.h"
#include "ui/WaitingDialog.h"
#include "ui/Wizard.h"
#include "ui/help/AboutDialog.h"
+#include "ui/settings/SettingsDialog.h"
#include "ui/widgets/InfoBoardWidget.h"
#include "ui/widgets/TextEdit.h"
-#include "gpg/result_analyse/DecryptResultAnalyse.h"
-#include "gpg/result_analyse/EncryptResultAnalyse.h"
-#include "gpg/result_analyse/SignResultAnalyse.h"
-
namespace GpgFrontend::UI {
/**
* @brief
@@ -318,6 +317,8 @@ class MainWindow : public QMainWindow {
*/
void saveSettings();
+#ifdef ADVANCE_SUPPORT
+
/**
* @details Get full crypto text
*/
@@ -328,6 +329,8 @@ class MainWindow : public QMainWindow {
*/
void shortenCryptText();
+#endif
+
/**
* @brief return true, if restart is needed
*/