Skip to content
Snippets Groups Projects
Unverified Commit 10fc8d4e authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

chore: fix coding style

parent 5601c826
No related branches found
No related tags found
1 merge request!38QDS-11878 Reduce the numbers of user notification
Pipeline #67249 passed
......@@ -339,9 +339,10 @@ void Backend::runDemoProject(const QString &projectName)
const std::optional<QJsonArray> projectList = m_serviceConnector.fetchDemoList();
if (projectList == std::nullopt) {
qCritical(
"Could not fetch demo project list. Please check your internet connection and try "
"again.");
qCritical()
<< "Could not fetch demo project list. Please check your internet connection and "
"try "
"again.";
emit popupClose();
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment