mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
parent
5ed57331d6
commit
32649f78ea
2 changed files with 8 additions and 1 deletions
|
@ -135,6 +135,7 @@ public:
|
||||||
{
|
{
|
||||||
emitProgress( 1.0 );
|
emitProgress( 1.0 );
|
||||||
}
|
}
|
||||||
|
m_runningJobs->clear();
|
||||||
QMetaObject::invokeMethod( m_queue, "finish", Qt::QueuedConnection );
|
QMetaObject::invokeMethod( m_queue, "finish", Qt::QueuedConnection );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -77,9 +77,15 @@ signals:
|
||||||
*/
|
*/
|
||||||
void queueChanged( const QStringList& jobNames );
|
void queueChanged( const QStringList& jobNames );
|
||||||
|
|
||||||
private:
|
public slots:
|
||||||
|
/** @brief Implementation detail
|
||||||
|
*
|
||||||
|
* This is a private implementation detail for the job thread,
|
||||||
|
* which should not be called by other core.
|
||||||
|
*/
|
||||||
void finish();
|
void finish();
|
||||||
|
|
||||||
|
private:
|
||||||
static JobQueue* s_instance;
|
static JobQueue* s_instance;
|
||||||
|
|
||||||
JobThread* m_thread;
|
JobThread* m_thread;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue