Skip to content
Snippets Groups Projects
Commit 8d36a13d authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Style fix.

parent 8d01b9a6
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ ViewModule::initFrom( const YAML::Node& node )
QString load;
if ( node[ "load" ] )
{
load = QString::fromStdString( node[ "load" ].as<std::string>() );
load = QString::fromStdString( node[ "load" ].as< std::string >() );
load = directory.absoluteFilePath( load );
}
// If a load path is not specified, we look for a plugin to load in the directory.
......
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