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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/haskell/haskellmanager.h b/plugins/haskell/haskellmanager.h
index aea4106..b4a2e35 100644
--- a/plugins/haskell/haskellmanager.h
+++ b/plugins/haskell/haskellmanager.h
@@ -45,17 +45,17 @@ class HaskellManager : public QObject
public:
static HaskellManager *instance();
- static Utils::FileName findProjectDirectory(const Utils::FileName &filePath);
- static std::shared_ptr<AsyncGhcMod> ghcModForFile(const Utils::FileName &filePath);
- static Utils::FileName stackExecutable();
- static void setStackExecutable(const Utils::FileName &filePath);
+ static Utils::FilePath findProjectDirectory(const Utils::FilePath &filePath);
+ static std::shared_ptr<AsyncGhcMod> ghcModForFile(const Utils::FilePath &filePath);
+ static Utils::FilePath stackExecutable();
+ static void setStackExecutable(const Utils::FilePath &filePath);
static void readSettings(QSettings *settings);
static void writeSettings(QSettings *settings);
static QString trLookingUp(const QString &name);
signals:
- void stackExecutableChanged(const Utils::FileName &filePath);
+ void stackExecutableChanged(const Utils::FilePath &filePath);
};
} // namespace Internal