aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/MainWindow.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-11-28 04:35:01 +0000
committerSaturneric <[email protected]>2021-11-28 04:35:01 +0000
commitb5b3ba7b1dc52a8dbae2a3a6970b44ede827f060 (patch)
tree7dffd4f4e6684d078616d88999590b95e8a56410 /src/ui/MainWindow.h
parentUI Framework Modified. (diff)
downloadGpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.tar.gz
GpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.zip
Can be compiled with minimal UI support.
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
*/