mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
Consistently use nullptr
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user