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