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
diff options
context:
space:
mode:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-09-10 16:51:48 +0300
committerFelix Weilbach (Rebase PR Action) <felix.weilbach@t-online.de>2021-09-17 16:32:26 +0300
commitfb1b3481d19c860f7ff5a22663822cdf38d636bc (patch)
tree4c8b06a6404acd92372759183bf59d62edeb32d5 /src/common
parent1eb9c6f9937e4e47115056687649d7caf6865c9b (diff)
Fix warnings
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/constants.h4
-rw-r--r--src/common/preparedsqlquerymanager.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/common/constants.h b/src/common/constants.h
index 894a3778f..761a6cee1 100644
--- a/src/common/constants.h
+++ b/src/common/constants.h
@@ -19,5 +19,5 @@
namespace OCC {
namespace Constants {
constexpr qint32 e2EeTagSize = 16;
-};
-};
+}
+}
diff --git a/src/common/preparedsqlquerymanager.h b/src/common/preparedsqlquerymanager.h
index fa3cb4a4a..64cecabbd 100644
--- a/src/common/preparedsqlquerymanager.h
+++ b/src/common/preparedsqlquerymanager.h
@@ -113,7 +113,7 @@ public:
private:
SqlQuery _queries[PreparedQueryCount];
- Q_DISABLE_COPY(PreparedSqlQueryManager);
+ Q_DISABLE_COPY(PreparedSqlQueryManager)
};
}