aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellbuildconfiguration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/haskellbuildconfiguration.cpp')
-rw-r--r--plugins/haskell/haskellbuildconfiguration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haskell/haskellbuildconfiguration.cpp b/plugins/haskell/haskellbuildconfiguration.cpp
index a587ef1..e4e10b1 100644
--- a/plugins/haskell/haskellbuildconfiguration.cpp
+++ b/plugins/haskell/haskellbuildconfiguration.cpp
@@ -125,7 +125,7 @@ HaskellBuildConfigurationWidget::HaskellBuildConfigurationWidget(HaskellBuildCon
&Utils::PathChooser::pathChanged,
m_buildConfiguration,
[this, buildDirectoryInput](const QString &) {
- m_buildConfiguration->setBuildDirectory(buildDirectoryInput->rawFileName());
+ m_buildConfiguration->setBuildDirectory(buildDirectoryInput->rawFilePath());
});
}