Skip to content
Snippets Groups Projects
Commit 88510d28 authored by Ludwig Jaeck's avatar Ludwig Jaeck
Browse files

ApplicationOptions::projectFile replaced return syntax

parent 6c5e3f5b
No related branches found
No related tags found
1 merge request!1241Added command line argument for project file
Pipeline #85027 passed
......@@ -158,5 +158,5 @@ QString ApplicationOptions::projectFile() const
{
if (find("project-file"))
return QString::fromStdString(m_variables_map["project-file"].as<std::string>());
return QString();
return {};
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment