Formatting
This commit is contained in:
@@ -64,7 +64,6 @@ class StreamingCollectionViewContainer : public QWidget {
|
||||
|
||||
private:
|
||||
Ui_StreamingCollectionViewContainer *ui_;
|
||||
|
||||
};
|
||||
|
||||
#endif // STREAMINGCOLLECTIONVIEWCONTAINER_H
|
||||
|
||||
@@ -129,7 +129,7 @@ class StreamingSearchView : public QWidget {
|
||||
int LoadAlbumCoverAsync(const Result &result);
|
||||
|
||||
Q_SIGNALS:
|
||||
void AddToPlaylist(QMimeData*);
|
||||
void AddToPlaylist(QMimeData *mimedata);
|
||||
void AddArtistsSignal(const SongList &songs);
|
||||
void AddAlbumsSignal(const SongList &songs);
|
||||
void AddSongsSignal(const SongList &songs);
|
||||
|
||||
Reference in New Issue
Block a user