mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Use nullptr instead of 0
This commit is contained in:
@ -7,7 +7,7 @@ class NoLibrariesWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit NoLibrariesWidget(QWidget *parent = 0);
|
||||
explicit NoLibrariesWidget(QWidget *parent = nullptr);
|
||||
|
||||
signals:
|
||||
void createNewLibrary();
|
||||
|
Reference in New Issue
Block a user