X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fchatlinemodel.h;h=d2e976ca312180927f684edca5426688103b48cc;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hp=92aadc552127b21c26500e5d391b055f681808ff;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49;p=quassel.git diff --git a/src/qtui/chatlinemodel.h b/src/qtui/chatlinemodel.h index 92aadc55..d2e976ca 100644 --- a/src/qtui/chatlinemodel.h +++ b/src/qtui/chatlinemodel.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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 * @@ -37,7 +37,7 @@ public: SelectedBackgroundRole }; - ChatLineModel(QObject *parent = 0); + ChatLineModel(QObject *parent = nullptr); typedef ChatLineModelItem::Word Word; typedef ChatLineModelItem::WrapList WrapList;