mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
Style fix.
This commit is contained in:
parent
8d01b9a6fd
commit
8d36a13d92
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ ViewModule::initFrom( const YAML::Node& node )
|
||||||
QString load;
|
QString load;
|
||||||
if ( node[ "load" ] )
|
if ( node[ "load" ] )
|
||||||
{
|
{
|
||||||
load = QString::fromStdString( node[ "load" ].as<std::string>() );
|
load = QString::fromStdString( node[ "load" ].as< std::string >() );
|
||||||
load = directory.absoluteFilePath( load );
|
load = directory.absoluteFilePath( load );
|
||||||
}
|
}
|
||||||
// If a load path is not specified, we look for a plugin to load in the directory.
|
// If a load path is not specified, we look for a plugin to load in the directory.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue