X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientbufferviewconfig.cpp;h=7d5362ef98418a0af4aa41412ef56d8937b24e5c;hb=61f33c7895e324f6e95034d86897ad2e963653f1;hp=161ba184f6be2684015106298eb9b9701ba8508b;hpb=3e63cb8a6e83765069a45101b86ae9e21dcc57ad;p=quassel.git diff --git a/src/client/clientbufferviewconfig.cpp b/src/client/clientbufferviewconfig.cpp index 161ba184..7d5362ef 100644 --- a/src/client/clientbufferviewconfig.cpp +++ b/src/client/clientbufferviewconfig.cpp @@ -24,7 +24,7 @@ ClientBufferViewConfig::ClientBufferViewConfig(int bufferViewId, QObject *parent : BufferViewConfig(bufferViewId, parent), _locked(false) { - connect(this, SIGNAL(initDone()), this, SLOT(ensureDecoration())); + connect(this, &SyncableObject::initDone, this, &ClientBufferViewConfig::ensureDecoration); }