mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
One workaround attempt at fixing charts crash
This commit is contained in:
@@ -106,7 +106,7 @@ GridView::setProxyModel( PlayableProxyModel* model )
|
||||
connect( m_proxyModel, SIGNAL( filterChanged( QString ) ), SLOT( onFilterChanged( QString ) ) );
|
||||
connect( m_proxyModel, SIGNAL( rowsInserted( QModelIndex, int, int ) ), SLOT( verifySize() ) );
|
||||
connect( m_proxyModel, SIGNAL( rowsRemoved( QModelIndex, int, int ) ), SLOT( verifySize() ) );
|
||||
connect( proxyModel(), SIGNAL( modelReset() ), SLOT( layoutItems() ) );
|
||||
connect( proxyModel(), SIGNAL( modelReset() ), SLOT( layoutItems() ), Qt::QueuedConnection );
|
||||
|
||||
if ( m_delegate )
|
||||
delete m_delegate;
|
||||
|
Reference in New Issue
Block a user