fix: window title not updated in some cases
This commit is contained in:
@ -80,6 +80,6 @@ signals:
|
||||
void totalCountChanged(int count);
|
||||
|
||||
private:
|
||||
int m_currentIndex;
|
||||
int m_currentIndex = -1;
|
||||
PlaylistModel m_model;
|
||||
};
|
||||
|
Reference in New Issue
Block a user