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:
parent
4251bee3ca
commit
7a5f047f8e
@ -29,7 +29,7 @@ class RadioMimeData : public MimeData {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit RadioMimeData() {}
|
||||
explicit RadioMimeData(QObject* = nullptr) {}
|
||||
SongList songs;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user