1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

* Use existing 'changed' signal in PlaylistView.

This commit is contained in:
Christian Muehlhaeuser 2014-10-12 09:01:52 +02:00
parent 7862138230
commit cc9f7b37fe
2 changed files with 1 additions and 2 deletions

View File

@ -161,7 +161,7 @@ PlaylistModel::onPlaylistChanged()
setTitle( d->playlist->title() );
setDescription( desc );
emit playlistChanged();
emit changed();
}

View File

@ -82,7 +82,6 @@ signals:
void repeatModeChanged( Tomahawk::PlaylistModes::RepeatMode mode );
void shuffleModeChanged( bool enabled );
void playlistDeleted();
void playlistChanged();
protected:
PlaylistModel( QObject* parent, PlaylistModelPrivate* d );