X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fctcpevent.cpp;h=c4ca95fb958fd55fb204141d35273ca07b88efde;hp=5d0dc08b1546831eb3ef9acfdc7199eb5cac4ed6;hb=ed5b2ff32158ae72c011eb1228f373cec05cbfeb;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf diff --git a/src/common/ctcpevent.cpp b/src/common/ctcpevent.cpp index 5d0dc08b..c4ca95fb 100644 --- a/src/common/ctcpevent.cpp +++ b/src/common/ctcpevent.cpp @@ -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; }