X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fnetworkmodel.cpp;h=17a9aaa02d400cf54a689ab6380af6fd01701646;hb=cc6e7c08709c4e761e2fd9c2e322751015497003;hp=752eb1e900fb5c685d53fa1efff1336f7aae4fee;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;p=quassel.git diff --git a/src/client/networkmodel.cpp b/src/client/networkmodel.cpp index 752eb1e9..17a9aaa0 100644 --- a/src/client/networkmodel.cpp +++ b/src/client/networkmodel.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 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 * @@ -405,7 +405,6 @@ bool BufferItem::setData(int column, const QVariant& value, int role) default: return PropertyMapItem::setData(column, value, role); } - return true; } void BufferItem::setBufferName(const QString& name)