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