X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmarkerlineitem.cpp;h=68c44ae1a94f610ccb328a5f949957d6238b29cb;hp=68d681ac7153d16a9d2ba0b8a8b63a9e8f59c547;hb=20745bd0cbae035b84913127dfec9e8433d1282d;hpb=ac7a58dd970833da2336f6ce035ec55515bac0f1 diff --git a/src/qtui/markerlineitem.cpp b/src/qtui/markerlineitem.cpp index 68d681ac..68c44ae1 100644 --- a/src/qtui/markerlineitem.cpp +++ b/src/qtui/markerlineitem.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 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 * @@ -26,7 +26,7 @@ MarkerLineItem::MarkerLineItem(qreal sceneWidth, QGraphicsItem *parent) : QGraphicsObject(parent), _boundingRect(0, 0, sceneWidth, 1), - _chatLine(0) + _chatLine(nullptr) { setVisible(false); setZValue(8);