aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellmanager.h
diff options
context:
space:
mode:
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);
};