mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
save new title
This commit is contained in:
@@ -252,7 +252,7 @@ Playlist::setTitle( const QString& title )
|
||||
return;
|
||||
|
||||
const QString oldTitle = m_title;
|
||||
// m_title = title;
|
||||
m_title = title;
|
||||
|
||||
emit changed();
|
||||
emit renamed( m_title, oldTitle );
|
||||
|
Reference in New Issue
Block a user