aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/haskellmanager.cpp')
-rw-r--r--plugins/haskell/haskellmanager.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/haskell/haskellmanager.cpp b/plugins/haskell/haskellmanager.cpp
index 0867edf..a0ab153 100644
--- a/plugins/haskell/haskellmanager.cpp
+++ b/plugins/haskell/haskellmanager.cpp
@@ -29,6 +29,7 @@
#include <utils/hostosinfo.h>
+#include <QCoreApplication>
#include <QDir>
#include <QFileInfo>
#include <QSettings>
@@ -126,5 +127,10 @@ void HaskellManager::writeSettings(QSettings *settings)
settings->setValue(kStackExecutableKey, m_d->stackExecutable.toString());
}
+QString HaskellManager::trLookingUp(const QString &name)
+{
+ return QCoreApplication::translate("HaskellManager", "Looking up \"%1\"...").arg(name);
+}
+
} // namespace Internal
} // namespace Haskell