Consistently use nullptr

This commit is contained in:
Friedrich W. H. Kossebau
2018-07-17 14:38:06 +02:00
parent be70800a74
commit da36f0a7fb
16 changed files with 50 additions and 50 deletions

View File

@@ -22,7 +22,7 @@ class XCBFrameBuffer: public FrameBuffer
{
Q_OBJECT
public:
XCBFrameBuffer(WId winid, QObject *parent = 0);
XCBFrameBuffer(WId winid, QObject *parent = nullptr);
~XCBFrameBuffer();
public: