mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Namespace fixage.
This commit is contained in:
parent
9042616a8a
commit
9cb4e60b31
3 changed files with 8 additions and 8 deletions
|
@ -46,7 +46,7 @@ public:
|
|||
#endif
|
||||
}
|
||||
|
||||
void setJobs( const QList< Calamares::job_ptr >& jobs )
|
||||
void setJobs( const QList< job_ptr >& jobs )
|
||||
{
|
||||
m_jobs = jobs;
|
||||
}
|
||||
|
@ -73,7 +73,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
QList< Calamares::job_ptr > m_jobs;
|
||||
QList< job_ptr > m_jobs;
|
||||
JobQueue* m_queue;
|
||||
int m_jobIndex;
|
||||
|
||||
|
@ -155,7 +155,7 @@ JobQueue::start()
|
|||
|
||||
|
||||
void
|
||||
JobQueue::enqueue( const Calamares::job_ptr& job )
|
||||
JobQueue::enqueue( const job_ptr& job )
|
||||
{
|
||||
Q_ASSERT( !m_thread->isRunning() );
|
||||
m_jobs.append( job );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue