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