X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorebufferviewmanager.cpp;h=87a419225acdb3aad6def2c480d49f5ba4cf0c76;hp=23417c3bf7a10afe997d4f6821a551ae049c0cb3;hb=7fef34357cbd749e119dc3c47dda0ba63d068a03;hpb=b50541ba6d7c58322846cc2eb9f023a117d8c47d diff --git a/src/core/corebufferviewmanager.cpp b/src/core/corebufferviewmanager.cpp index 23417c3b..87a41922 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-2018 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)); }