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:
parent
8f7180eb6c
commit
fdc3e0a5f5
@ -20,8 +20,9 @@
|
||||
#ifndef LYRICSSEARCHRESULT_H
|
||||
#define LYRICSSEARCHRESULT_H
|
||||
|
||||
#include <QString>
|
||||
#include <QMetaType>
|
||||
#include <QList>
|
||||
#include <QString>
|
||||
|
||||
class LyricsSearchResult {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user