mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Use existing 'changed' signal in PlaylistView.
This commit is contained in:
@@ -161,7 +161,7 @@ PlaylistModel::onPlaylistChanged()
|
|||||||
setTitle( d->playlist->title() );
|
setTitle( d->playlist->title() );
|
||||||
setDescription( desc );
|
setDescription( desc );
|
||||||
|
|
||||||
emit playlistChanged();
|
emit changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -82,7 +82,6 @@ signals:
|
|||||||
void repeatModeChanged( Tomahawk::PlaylistModes::RepeatMode mode );
|
void repeatModeChanged( Tomahawk::PlaylistModes::RepeatMode mode );
|
||||||
void shuffleModeChanged( bool enabled );
|
void shuffleModeChanged( bool enabled );
|
||||||
void playlistDeleted();
|
void playlistDeleted();
|
||||||
void playlistChanged();
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
PlaylistModel( QObject* parent, PlaylistModelPrivate* d );
|
PlaylistModel( QObject* parent, PlaylistModelPrivate* d );
|
||||||
|
Reference in New Issue
Block a user