aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/builddirmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cmakeprojectmanager/builddirmanager.h')
-rw-r--r--src/plugins/cmakeprojectmanager/builddirmanager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/cmakeprojectmanager/builddirmanager.h b/src/plugins/cmakeprojectmanager/builddirmanager.h
index d703aed5ad..58fe11484c 100644
--- a/src/plugins/cmakeprojectmanager/builddirmanager.h
+++ b/src/plugins/cmakeprojectmanager/builddirmanager.h
@@ -88,8 +88,9 @@ public:
REPARSE_URGENT = 1, // Do not wait for more requests, start ASAP
REPARSE_FORCE_CONFIGURATION = 2, // Force configuration arguments to cmake
REPARSE_CHECK_CONFIGURATION = 4, // Check and warn if on-disk config and QtC config differ
- REPARSE_IGNORE = 8, // Do not reparse:-)
- REPARSE_FAIL = 16 // Do not reparse and raise a warning
+ REPARSE_SCAN = 8,
+ REPARSE_IGNORE = 16, // Do not reparse:-)
+ REPARSE_FAIL = 32 // Do not reparse and raise a warning
};
signals: