Use override
This commit is contained in:
@@ -38,7 +38,7 @@ class InternetServices : public QObject {
|
||||
|
||||
public:
|
||||
explicit InternetServices(QObject *parent = nullptr);
|
||||
~InternetServices();
|
||||
~InternetServices() override;
|
||||
|
||||
InternetService *ServiceBySource(const Song::Source &source);
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user