Formatting

This commit is contained in:
Jonas Kvinge
2025-12-09 01:16:41 +01:00
parent 15c2237d4a
commit 5fcb71d08f
164 changed files with 228 additions and 229 deletions

View File

@@ -64,7 +64,6 @@ class StreamingCollectionViewContainer : public QWidget {
private:
Ui_StreamingCollectionViewContainer *ui_;
};
#endif // STREAMINGCOLLECTIONVIEWCONTAINER_H

View File

@@ -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);