[libcalamaresui] QML Retranslation since Qt 5.10
This commit is contained in:
parent
79bd7b6b89
commit
c7d09f06c5
@ -108,7 +108,9 @@ ExecutionViewStep::ExecutionViewStep( QObject* parent )
|
||||
}
|
||||
|
||||
connect( JobQueue::instance(), &JobQueue::progress, this, &ExecutionViewStep::updateFromJobQueue );
|
||||
#if QT_VERSION >= QT_VERSION_CHECK( 5, 10, 0 )
|
||||
CALAMARES_RETRANSLATE( m_qmlShow->engine()->retranslate(); )
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user