mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 23:45:09 -04:00
Use constuctor initialization list for all members
This commit is contained in:
@@ -27,6 +27,7 @@ using namespace Konsole;
|
||||
|
||||
ScreenWindow::ScreenWindow(Screen *screen, QObject *parent) :
|
||||
QObject(parent),
|
||||
_screen(nullptr),
|
||||
_windowBuffer(nullptr),
|
||||
_windowBufferSize(0),
|
||||
_bufferNeedsUpdate(true),
|
||||
|
||||
Reference in New Issue
Block a user