aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellmanager.h
diff options
context:
space:
mode:
authorEike Ziller <git@eikeziller.de>2017-09-25 11:57:34 +0200
committerEike Ziller <git@eikeziller.de>2017-10-01 20:11:08 +0200
commit3f1f50c44847a0e76a95507c9566a35dfe809a78 (patch)
treeb9bc03a93a0743d7f7b5568f3e0c04b74c30b08e /plugins/haskell/haskellmanager.h
parent233678df4307588d6c748fbf4463674fd4a58268 (diff)
Support "Follow Symbol Under Cursor"
Diffstat (limited to 'plugins/haskell/haskellmanager.h')
-rw-r--r--plugins/haskell/haskellmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/haskell/haskellmanager.h b/plugins/haskell/haskellmanager.h
index 87c08e8..aea4106 100644
--- a/plugins/haskell/haskellmanager.h
+++ b/plugins/haskell/haskellmanager.h
@@ -52,6 +52,8 @@ public:
static void readSettings(QSettings *settings);
static void writeSettings(QSettings *settings);
+ static QString trLookingUp(const QString &name);
+
signals:
void stackExecutableChanged(const Utils::FileName &filePath);
};