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 EmptyContainerInfo : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit EmptyContainerInfo(QWidget *parent = 0);
|
||||
explicit EmptyContainerInfo(QWidget *parent = nullptr);
|
||||
void setPixmap(const QPixmap &pixmap);
|
||||
void setText(const QString &text);
|
||||
QVBoxLayout *setUpDefaultLayout(bool addStretch);
|
||||
|
Reference in New Issue
Block a user