X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fcorebufferviewmanager.cpp;h=521669f631c9b73fd90a236d8fb589741bce9c17;hb=3a4a8a8d5f1f2c38ed9fb6d566ab7a166a78d6e5;hp=23417c3bf7a10afe997d4f6821a551ae049c0cb3;hpb=80f22eedcd34e1fc021f5d30fe67a56955dc9083;p=quassel.git diff --git a/src/core/corebufferviewmanager.cpp b/src/core/corebufferviewmanager.cpp index 23417c3b..521669f6 100644 --- a/src/core/corebufferviewmanager.cpp +++ b/src/core/corebufferviewmanager.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -74,8 +74,7 @@ void CoreBufferViewManager::requestCreateBufferView(const QVariantMap &propertie } maxId++; - CoreBufferViewConfig *config = new CoreBufferViewConfig(maxId, properties); - addBufferViewConfig(config); + addBufferViewConfig(new CoreBufferViewConfig(maxId, properties, this)); }