X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fabstractmessageprocessor.cpp;h=5a3788917140d039fbe12ab5846d2b32624c4166;hb=d46e1e86c9869996285ac3f88970cf0e9e23e128;hp=13a2023562e5957464d9ebe23295f9743aca6378;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222;p=quassel.git diff --git a/src/client/abstractmessageprocessor.cpp b/src/client/abstractmessageprocessor.cpp index 13a20235..5a378891 100644 --- a/src/client/abstractmessageprocessor.cpp +++ b/src/client/abstractmessageprocessor.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 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 * @@ -22,7 +22,6 @@ #include "client.h" -AbstractMessageProcessor::AbstractMessageProcessor(QObject *parent) +AbstractMessageProcessor::AbstractMessageProcessor(QObject* parent) : QObject(parent) -{ -} +{}