1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-14 09:44:51 +01:00

Add parent to RadioMimeData

This commit is contained in:
Jonas Kvinge 2021-07-12 13:26:20 +02:00
parent 4251bee3ca
commit 7a5f047f8e

View File

@ -29,7 +29,7 @@ class RadioMimeData : public MimeData {
Q_OBJECT
public:
explicit RadioMimeData() {}
explicit RadioMimeData(QObject* = nullptr) {}
SongList songs;
};