libcalamares: add missing parent constructor call to PythonJob
This commit is contained in:
parent
dac6931e81
commit
019450132e
@ -192,7 +192,8 @@ Job::Job( const QString& scriptFile,
|
|||||||
const QString& workingPath,
|
const QString& workingPath,
|
||||||
const QVariantMap& moduleConfiguration,
|
const QVariantMap& moduleConfiguration,
|
||||||
QObject* parent )
|
QObject* parent )
|
||||||
: m_d( std::make_unique< Job::Private >( scriptFile, workingPath, moduleConfiguration ) )
|
: ::Calamares::Job( parent )
|
||||||
|
, m_d( std::make_unique< Job::Private >( scriptFile, workingPath, moduleConfiguration ) )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user