Initialize member variables
It's always good practice.
This commit is contained in:
committed by
Chih-Hsuan Yen
parent
f04032e450
commit
96fc2dbd43
@@ -30,6 +30,7 @@ using namespace Konsole;
|
||||
|
||||
ScreenWindow::ScreenWindow(QObject* parent)
|
||||
: QObject(parent)
|
||||
, _screen(nullptr)
|
||||
, _windowBuffer(nullptr)
|
||||
, _windowBufferSize(0)
|
||||
, _bufferNeedsUpdate(true)
|
||||
|
||||
Reference in New Issue
Block a user