summaryrefslogtreecommitdiffstats
path: root/common/genericresource.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-14 20:34:23 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-14 20:34:23 +0200
commit8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0 (patch)
treed46ae0434ce2b85685e3b0f5c71dd387f5bee17a /common/genericresource.cpp
parent62e5c57333d0ac9d3f242d3d9318478cab659488 (diff)
downloadsink-8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0.tar.gz
sink-8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0.zip
Fixed issues found by clang analyzer
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r--common/genericresource.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/genericresource.cpp b/common/genericresource.cpp
index 94ed546..87b6da1 100644
--- a/common/genericresource.cpp
+++ b/common/genericresource.cpp
@@ -40,10 +40,6 @@
40#include <QDataStream> 40#include <QDataStream>
41#include <QTime> 41#include <QTime>
42 42
43//This is the resources entity type, and not the domain type
44#define ENTITY_TYPE_MAIL "mail"
45#define ENTITY_TYPE_FOLDER "folder"
46
47static int sBatchSize = 100; 43static int sBatchSize = 100;
48// This interval directly affects the roundtrip time of single commands 44// This interval directly affects the roundtrip time of single commands
49static int sCommitInterval = 10; 45static int sCommitInterval = 10;