modernize: Reformat ALL the source... again!
[quassel.git] / src / client / clientbufferviewconfig.cpp
index 7d5362e..983a6cd 100644 (file)
 
 #include "clientbufferviewconfig.h"
 
-ClientBufferViewConfig::ClientBufferViewConfig(int bufferViewId, QObject *parent)
-    : BufferViewConfig(bufferViewId, parent),
-    _locked(false)
+ClientBufferViewConfig::ClientBufferViewConfig(int bufferViewId, QObjectparent)
+    : BufferViewConfig(bufferViewId, parent)
+    _locked(false)
 {
     connect(this, &SyncableObject::initDone, this, &ClientBufferViewConfig::ensureDecoration);
 }
 
-
 // currently we don't have a possibility to configure disableDecoration
 // if we have an old config this value can be true which is... bad.
 // so we upgrade the core stored bufferViewConfig.