mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-12 21:12:44 -05:00
fix: Build error and tool guideline
This commit is contained in:
@ -121,7 +121,7 @@ QFuture<QString> BuildProjectTool::executeAsync(const QJsonObject &input)
|
||||
|
||||
return QtFuture::makeReadyFuture(
|
||||
QString("Build %1 started for project '%2'. Check the Compile Output pane for progress.")
|
||||
.arg(rebuild ? "rebuild" : "build")
|
||||
.arg(rebuild ? QString("rebuild") : QString("build"))
|
||||
.arg(project->displayName()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user