aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellproject.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-03-19 13:04:37 +0100
committerEike Ziller <eike.ziller@qt.io>2018-03-20 09:55:28 +0000
commit58eb877e5788bdb00a13a716b1da24ad6f0d7cdd (patch)
tree280b68307644cd0184097eeeb572ba28b131e545 /plugins/haskell/haskellproject.h
parent50e8ba6e959c533491fc8b8e64e155468b333552 (diff)
Update available run configurations when project file changes
Change-Id: Ic9065961f12f424aa0f755c8c27f875614154bdb Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'plugins/haskell/haskellproject.h')
-rw-r--r--plugins/haskell/haskellproject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/haskell/haskellproject.h b/plugins/haskell/haskellproject.h
index 245c997..0c307e7 100644
--- a/plugins/haskell/haskellproject.h
+++ b/plugins/haskell/haskellproject.h
@@ -49,6 +49,7 @@ public:
private:
void updateFiles();
void updateApplicationTargets(ProjectExplorer::Target *target);
+ void refresh();
};
} // namespace Internal