@@ -24,5 +24,5 @@
|
||||
|
||||
#include "lyricsprovider.h"
|
||||
|
||||
LyricsProvider::LyricsProvider(const QString &name, QObject *parent)
|
||||
: QObject(parent), name_(name) {}
|
||||
LyricsProvider::LyricsProvider(const QString &name, const bool enabled, const bool authentication_required, QObject *parent)
|
||||
: QObject(parent), name_(name), enabled_(enabled), order_(0), authentication_required_(authentication_required) {}
|
||||
|
||||
Reference in New Issue
Block a user