mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Fix build on Qt 5.4, again.
This commit is contained in:
parent
633c8512c2
commit
519ba038cf
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ ViewModule::initFrom( const YAML::Node& node )
|
||||||
// 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.
|
||||||
if ( load.isEmpty() || !QLibrary::isLibrary( load ) )
|
if ( load.isEmpty() || !QLibrary::isLibrary( load ) )
|
||||||
{
|
{
|
||||||
QStringList ls = directory.entryList( QStringList() = { "*.so" } );
|
QStringList ls = directory.entryList( QStringList{ "*.so" } );
|
||||||
if ( !ls.isEmpty() )
|
if ( !ls.isEmpty() )
|
||||||
{
|
{
|
||||||
foreach ( QString entry, ls )
|
foreach ( QString entry, ls )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue