1
0
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:
Christian Muehlhaeuser
2014-10-23 16:10:40 +02:00
parent 25a716f47a
commit 955be8d4b8

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