mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 19:14:06 +02:00
Initialize ScannerStatusManager in JobView.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include "Source.h"
|
||||
#include "IndexingJobItem.h"
|
||||
#include "PipelineStatusItem.h"
|
||||
#include "ScannerStatusItem.h"
|
||||
#include "TransferStatusItem.h"
|
||||
#include "LatchedStatusItem.h"
|
||||
|
||||
@@ -95,6 +96,7 @@ JobStatusView::JobStatusView( AnimatedSplitter* parent )
|
||||
|
||||
new IndexStatusManager( this );
|
||||
new PipelineStatusManager( this );
|
||||
new ScannerStatusManager( this );
|
||||
new TransferStatusManager( this );
|
||||
new LatchedStatusManager( this );
|
||||
|
||||
|
Reference in New Issue
Block a user