UrlHandler: Formatting

This commit is contained in:
Jonas Kvinge
2025-03-08 21:23:02 +01:00
parent 3716e8c3ef
commit d317c9158b
2 changed files with 25 additions and 18 deletions

View File

@@ -56,7 +56,6 @@ class UrlHandler : public QObject {
};
explicit LoadResult(const QUrl &media_url = QUrl(), const Type type = Type::NoMoreTracks, const QUrl &stream_url = QUrl(), const Song::FileType filetype = Song::FileType::Stream, const int samplerate = -1, const int bit_depth = -1, const qint64 length_nanosec = -1, const QString &error = QString());
explicit LoadResult(const QUrl &media_url, const Type type, const QString &error);
// The url that the playlist item has in Url().