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:
parent
7862138230
commit
cc9f7b37fe
@ -161,7 +161,7 @@ PlaylistModel::onPlaylistChanged()
|
||||
setTitle( d->playlist->title() );
|
||||
setDescription( desc );
|
||||
|
||||
emit playlistChanged();
|
||||
emit changed();
|
||||
}
|
||||
|
||||
|
||||
|
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user