1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 20:04:00 +02:00

Initialize ScannerStatusManager in JobView.

This commit is contained in:
Christian Muehlhaeuser
2014-10-23 16:10:40 +02:00
parent 3e2c344f99
commit d05ce9a932

View File

@@ -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 );