aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/copytaskhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/copytaskhandler.cpp')
-rw-r--r--src/plugins/projectexplorer/copytaskhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/copytaskhandler.cpp b/src/plugins/projectexplorer/copytaskhandler.cpp
index 1896eb2f7d..574cad4b90 100644
--- a/src/plugins/projectexplorer/copytaskhandler.cpp
+++ b/src/plugins/projectexplorer/copytaskhandler.cpp
@@ -54,7 +54,7 @@ void CopyTaskHandler::handle(const Task &task)
QApplication::clipboard()->setText(task.file.toUserOutput() + QLatin1Char(':') +
QString::number(task.line) + QLatin1String(": ")
- + type + task.description);
+ + type + task.description());
}
Core::Id CopyTaskHandler::actionManagerId() const