1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-05 21:06:58 +01:00

LyricsSearchResult: Add missing QList include

This commit is contained in:
Jonas Kvinge 2023-07-12 18:12:48 +02:00
parent 8f7180eb6c
commit fdc3e0a5f5

View File

@ -20,8 +20,9 @@
#ifndef LYRICSSEARCHRESULT_H
#define LYRICSSEARCHRESULT_H
#include <QString>
#include <QMetaType>
#include <QList>
#include <QString>
class LyricsSearchResult {
public: