Style fix.
This commit is contained in:
parent
8d01b9a6fd
commit
8d36a13d92
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user