aboutsummaryrefslogtreecommitdiffstats
path: root/src/livenodeengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/livenodeengine.h')
-rw-r--r--src/livenodeengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livenodeengine.h b/src/livenodeengine.h
index 0d9e0ef..ce8a56f 100644
--- a/src/livenodeengine.h
+++ b/src/livenodeengine.h
@@ -49,7 +49,7 @@ public:
NoWorkspaceOption = 0x0,
LoadDummyData = 0x1,
AllowUpdates = 0x2,
- UpdatesAsOverlay = 0x4 | AllowUpdates
+ UpdatesAsOverlay = 0x4
};
Q_DECLARE_FLAGS(WorkspaceOptions, WorkspaceOption)
#if QT_VERSION >= QT_VERSION_CHECK(5, 5, 0)