Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authoralex-z <blackslayer4@gmail.com>2022-01-28 16:37:51 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2022-02-02 13:46:11 +0300
commit0776df65c3654af14a40f6bca07a0a47b5877bf6 (patch)
treec97ade5a2805d96adbda36c5befb39215274a5bd /src/gui
parent375c7b585c85e753707717ebc920039a0f6edb64 (diff)
Always build with updater. Use 'beta/stable' channel seletor in 'General Settins' dialog with default 'stable'.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/generalsettings.cpp2
-rw-r--r--src/gui/generalsettings.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/generalsettings.cpp b/src/gui/generalsettings.cpp
index 058bdf1d6..589ab7afe 100644
--- a/src/gui/generalsettings.cpp
+++ b/src/gui/generalsettings.cpp
@@ -36,8 +36,6 @@
#include "common/utility.h"
#include "logger.h"
-#include "config.h"
-
#include "legalnotice.h"
#include <QFileDialog>
diff --git a/src/gui/generalsettings.h b/src/gui/generalsettings.h
index 06675c8cc..8243fb241 100644
--- a/src/gui/generalsettings.h
+++ b/src/gui/generalsettings.h
@@ -15,6 +15,8 @@
#ifndef MIRALL_GENERALSETTINGS_H
#define MIRALL_GENERALSETTINGS_H
+#include "config.h"
+
#include <QWidget>
#include <QPointer>