mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-08 06:14:10 +01:00
LyricsSearchResult: Add missing QList include
This commit is contained in:
parent
8f7180eb6c
commit
fdc3e0a5f5
@ -20,8 +20,9 @@
|
|||||||
#ifndef LYRICSSEARCHRESULT_H
|
#ifndef LYRICSSEARCHRESULT_H
|
||||||
#define LYRICSSEARCHRESULT_H
|
#define LYRICSSEARCHRESULT_H
|
||||||
|
|
||||||
#include <QString>
|
|
||||||
#include <QMetaType>
|
#include <QMetaType>
|
||||||
|
#include <QList>
|
||||||
|
#include <QString>
|
||||||
|
|
||||||
class LyricsSearchResult {
|
class LyricsSearchResult {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user