summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/widgets/qframe.h')
-rw-r--r--src/widgets/widgets/qframe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/widgets/qframe.h b/src/widgets/widgets/qframe.h
index a401e72733..595dfa929d 100644
--- a/src/widgets/widgets/qframe.h
+++ b/src/widgets/widgets/qframe.h
@@ -61,7 +61,7 @@ class Q_WIDGETS_EXPORT QFrame : public QWidget
Q_PROPERTY(QRect frameRect READ frameRect WRITE setFrameRect DESIGNABLE false)
public:
- explicit QFrame(QWidget* parent = Q_NULLPTR, Qt::WindowFlags f = Qt::WindowFlags());
+ explicit QFrame(QWidget* parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
~QFrame();
int frameStyle() const;
@@ -115,7 +115,7 @@ protected:
protected:
- QFrame(QFramePrivate &dd, QWidget* parent = Q_NULLPTR, Qt::WindowFlags f = Qt::WindowFlags());
+ QFrame(QFramePrivate &dd, QWidget* parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
void initStyleOption(QStyleOptionFrame *option) const;
private: