X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorebufferviewconfig.cpp;h=cdcdf28289c74c1bb6ae0d54f3a6ec12508b4679;hp=3fa9a46781e1954c0b7adad10da62688ec4e2c71;hb=8dfdd498679c773cf2e7958c5fd434bf56f634e3;hpb=1cb02004ee5973b89368bd84f234d4652794690d diff --git a/src/core/corebufferviewconfig.cpp b/src/core/corebufferviewconfig.cpp index 3fa9a467..cdcdf282 100644 --- a/src/core/corebufferviewconfig.cpp +++ b/src/core/corebufferviewconfig.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -20,15 +20,13 @@ #include "corebufferviewconfig.h" -INIT_SYNCABLE_OBJECT(CoreBufferViewConfig) -CoreBufferViewConfig::CoreBufferViewConfig(int bufferViewId, QObject *parent) +CoreBufferViewConfig::CoreBufferViewConfig(int bufferViewId, QObject* parent) : BufferViewConfig(bufferViewId, parent) { setAllowClientUpdates(true); } - -CoreBufferViewConfig::CoreBufferViewConfig(int bufferViewId, const QVariantMap &properties, QObject *parent) +CoreBufferViewConfig::CoreBufferViewConfig(int bufferViewId, const QVariantMap& properties, QObject* parent) : BufferViewConfig(bufferViewId, properties, parent) { setAllowClientUpdates(true);