Use constuctor initialization list for all members

This commit is contained in:
Kurt Hindenburg
2018-04-01 11:30:45 -04:00
parent 944ba0c258
commit 8b4cbcaf7a
22 changed files with 100 additions and 11 deletions

View File

@@ -27,6 +27,7 @@ using namespace Konsole;
ScreenWindow::ScreenWindow(Screen *screen, QObject *parent) :
QObject(parent),
_screen(nullptr),
_windowBuffer(nullptr),
_windowBufferSize(0),
_bufferNeedsUpdate(true),