summaryrefslogtreecommitdiff
path: root/plugins/autotest/testcodeparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/testcodeparser.h')
-rw-r--r--plugins/autotest/testcodeparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/autotest/testcodeparser.h b/plugins/autotest/testcodeparser.h
index c4ca773f38..85582d1d5d 100644
--- a/plugins/autotest/testcodeparser.h
+++ b/plugins/autotest/testcodeparser.h
@@ -113,6 +113,7 @@ private:
bool m_pendingUpdate;
bool m_fullUpdatePostPoned;
bool m_partialUpdatePostPoned;
+ bool m_dirty;
QSet<QString> m_postPonedFiles;
State m_parserState;
};