mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
Shut up Qt lupdate warnings.
This commit is contained in:
parent
ef6e4e6e03
commit
8026a287d3
8 changed files with 13 additions and 0 deletions
|
@ -34,6 +34,7 @@ namespace Calamares
|
|||
|
||||
class JobThread : public QThread
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
JobThread( JobQueue* queue )
|
||||
: QThread( queue )
|
||||
|
@ -168,3 +169,5 @@ JobQueue::enqueue( const QList< job_ptr >& jobs )
|
|||
}
|
||||
|
||||
} // namespace Calamares
|
||||
|
||||
#include "JobQueue.moc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue