summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/gnumakeparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/gnumakeparser.h')
-rw-r--r--src/plugins/projectexplorer/gnumakeparser.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/gnumakeparser.h b/src/plugins/projectexplorer/gnumakeparser.h
index 97bd7805fc..9c5108bc4b 100644
--- a/src/plugins/projectexplorer/gnumakeparser.h
+++ b/src/plugins/projectexplorer/gnumakeparser.h
@@ -61,12 +61,13 @@ private:
QStringList m_directories;
+ bool m_suppressIssues = false;
+
+ int m_fatalErrorCount = 0;
+
#if defined WITH_TESTS
friend class ProjectExplorerPlugin;
#endif
- bool m_suppressIssues;
-
- int m_fatalErrorCount;
};
#if defined WITH_TESTS