mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Use nullptr instead of 0
This commit is contained in:
@ -26,7 +26,7 @@ class ComicVineDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ComicVineDialog(QWidget *parent = 0);
|
||||
explicit ComicVineDialog(QWidget *parent = nullptr);
|
||||
QString databasePath;
|
||||
QString basePath;
|
||||
void setComics(const QList<ComicDB> &comics);
|
||||
|
Reference in New Issue
Block a user