mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
* In preparation of dropping proxy-styles.
This commit is contained in:
@@ -276,9 +276,6 @@ TrackView::onModelEmptyCheck()
|
|||||||
void
|
void
|
||||||
TrackView::onViewChanged()
|
TrackView::onViewChanged()
|
||||||
{
|
{
|
||||||
if ( m_proxyModel->style() != PlayableProxyModel::Short && m_proxyModel->style() != PlayableProxyModel::Large ) // eventual FIXME?
|
|
||||||
return;
|
|
||||||
|
|
||||||
if ( m_timer.isActive() )
|
if ( m_timer.isActive() )
|
||||||
m_timer.stop();
|
m_timer.stop();
|
||||||
|
|
||||||
|
@@ -95,9 +95,6 @@ public slots:
|
|||||||
void playItem();
|
void playItem();
|
||||||
virtual void onMenuTriggered( int action );
|
virtual void onMenuTriggered( int action );
|
||||||
|
|
||||||
void onViewChanged();
|
|
||||||
void onScrollTimeout();
|
|
||||||
|
|
||||||
void expand( const QPersistentModelIndex& idx );
|
void expand( const QPersistentModelIndex& idx );
|
||||||
void select( const QPersistentModelIndex& idx );
|
void select( const QPersistentModelIndex& idx );
|
||||||
void selectFirstTrack();
|
void selectFirstTrack();
|
||||||
@@ -124,6 +121,9 @@ protected:
|
|||||||
protected slots:
|
protected slots:
|
||||||
virtual void currentChanged( const QModelIndex& current, const QModelIndex& previous );
|
virtual void currentChanged( const QModelIndex& current, const QModelIndex& previous );
|
||||||
|
|
||||||
|
void onViewChanged();
|
||||||
|
void onScrollTimeout();
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void onItemResized( const QModelIndex& index );
|
void onItemResized( const QModelIndex& index );
|
||||||
void onFilterChanged( const QString& filter );
|
void onFilterChanged( const QString& filter );
|
||||||
|
Reference in New Issue
Block a user