diff options
Diffstat (limited to 'webdownloader.h')
-rw-r--r-- | webdownloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webdownloader.h b/webdownloader.h index 9bbc1c9..9b2f6b1 100644 --- a/webdownloader.h +++ b/webdownloader.h @@ -9,7 +9,7 @@ class WebDownloader : public QObject { Q_OBJECT public: - WebDownloader(QObject *parent = 0); + WebDownloader(QObject *parent = nullptr); void fetchData(QString artist, QString album); const QString album() const { return mAlbum; } const QString artist() const { return mArtist; } |