Use nullptr instead of 0

This commit is contained in:
Luis Ángel San Martín
2019-05-31 21:00:19 +02:00
parent bb334cfd50
commit 268bebbddd
81 changed files with 113 additions and 113 deletions

View File

@ -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);