mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Use nullptr instead of 0
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
class EmptyReadingListWidget : public EmptyContainerInfo
|
||||
{
|
||||
public:
|
||||
EmptyReadingListWidget(QWidget *parent = 0);
|
||||
EmptyReadingListWidget(QWidget *parent = nullptr);
|
||||
};
|
||||
|
||||
#endif // EMPTY_READING_LIST_WIDGET_H
|
||||
|
Reference in New Issue
Block a user