X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorebufferviewconfig.cpp;h=9ec7ef344c95f0956c959861b02cb1a9a72d0d08;hb=dcc39bc640adc4dc1b326162dbe8d682cb035447;hp=5f5a1b460801c8da97b051957d6c0fec3aa9d0ee;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;p=quassel.git diff --git a/src/core/corebufferviewconfig.cpp b/src/core/corebufferviewconfig.cpp index 5f5a1b46..9ec7ef34 100644 --- a/src/core/corebufferviewconfig.cpp +++ b/src/core/corebufferviewconfig.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 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 * @@ -15,19 +15,19 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "corebufferviewconfig.h" -CoreBufferViewConfig::CoreBufferViewConfig(int bufferViewId, QObject *parent) - : BufferViewConfig(bufferViewId, parent) +CoreBufferViewConfig::CoreBufferViewConfig(int bufferViewId, QObject* parent) + : BufferViewConfig(bufferViewId, parent) { - setAllowClientUpdates(true); + setAllowClientUpdates(true); } -CoreBufferViewConfig::CoreBufferViewConfig(int bufferViewId, const QVariantMap &properties, QObject *parent) - : BufferViewConfig(bufferViewId, properties, parent) +CoreBufferViewConfig::CoreBufferViewConfig(int bufferViewId, const QVariantMap& properties, QObject* parent) + : BufferViewConfig(bufferViewId, properties, parent) { - setAllowClientUpdates(true); + setAllowClientUpdates(true); }