mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
* Use existing 'changed' signal in PlaylistView.
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user