Fix minor code issues
This commit is contained in:
@@ -51,7 +51,7 @@ class LyricsProviders : public QObject {
|
||||
void ProviderDestroyed();
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(LyricsProviders);
|
||||
Q_DISABLE_COPY(LyricsProviders)
|
||||
|
||||
QMap<LyricsProvider *, QString> lyrics_providers_;
|
||||
QMutex mutex_;
|
||||
|
||||
Reference in New Issue
Block a user