aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellproject.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-10-23 12:59:45 +0200
committerEike Ziller <eike.ziller@qt.io>2019-10-23 11:12:58 +0000
commit126fe0fa0b58e3d70ca1109336f784d5659c846f (patch)
treee3e709a002e17af626191858e5ceeb628f2f1749 /plugins/haskell/haskellproject.h
parent160059525a52aa43e6ef694dec8a65691d35bd75 (diff)
Adapt to changes in Qt Creator 4.11
Change-Id: Ife586f245ffb60626372701e649b8f1df9e5aea5 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'plugins/haskell/haskellproject.h')
-rw-r--r--plugins/haskell/haskellproject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/haskell/haskellproject.h b/plugins/haskell/haskellproject.h
index 0afb717..4f6e1e4 100644
--- a/plugins/haskell/haskellproject.h
+++ b/plugins/haskell/haskellproject.h
@@ -50,6 +50,8 @@ private:
void updateFiles();
void updateApplicationTargets(ProjectExplorer::Target *target);
void refresh();
+
+ ParseGuard m_parseGuard;
};
} // namespace Internal