X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fctcpevent.cpp;h=c4ca95fb958fd55fb204141d35273ca07b88efde;hp=2524ff280abe4be1bb2e2f930625bb5a20c424ee;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/common/ctcpevent.cpp b/src/common/ctcpevent.cpp index 2524ff28..c4ca95fb 100644 --- a/src/common/ctcpevent.cpp +++ b/src/common/ctcpevent.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -25,7 +25,7 @@ Event *CtcpEvent::create(EventManager::EventType type, QVariantMap &map, Network if (type == EventManager::CtcpEvent || type == EventManager::CtcpEventFlush) return new CtcpEvent(type, map, network); - return 0; + return nullptr; }