mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-09 21:50:58 +02:00
* Fixed merge.
This commit is contained in:
@@ -113,7 +113,7 @@ DirListerThreadController::~DirListerThreadController()
|
||||
void
|
||||
DirListerThreadController::run()
|
||||
{
|
||||
m_dirLister = QPointer< DirLister >( new DirLister( m_paths ) );
|
||||
m_dirLister = QWeakPointer< DirLister >( new DirLister( m_paths ) );
|
||||
connect( m_dirLister.data(), SIGNAL( fileToScan( QFileInfo ) ),
|
||||
parent(), SLOT( scanFile( QFileInfo ) ), Qt::QueuedConnection );
|
||||
|
||||
|
Reference in New Issue
Block a user