X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fabstractmessageprocessor.cpp;h=5a3788917140d039fbe12ab5846d2b32624c4166;hp=b5fe95442349c936ce32cd3dfb14e316d13dc5b5;hb=cc6e7c08709c4e761e2fd9c2e322751015497003;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49 diff --git a/src/client/abstractmessageprocessor.cpp b/src/client/abstractmessageprocessor.cpp index b5fe9544..5a378891 100644 --- a/src/client/abstractmessageprocessor.cpp +++ b/src/client/abstractmessageprocessor.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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) -{ -} +{}