X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatline.h;h=d69caa5b6178091bde3266f621d858d1ce701776;hb=ba934ceb1bfe30d01d5fb5c072c3197f8080be04;hp=c429f02dc198225649a0611c74201f775bcec5b3;hpb=603763515d61fc1cd3febbfd7c3268d5216df768;p=quassel.git diff --git a/src/qtui/chatline.h b/src/qtui/chatline.h index c429f02d..d69caa5b 100644 --- a/src/qtui/chatline.h +++ b/src/qtui/chatline.h @@ -44,7 +44,7 @@ public: virtual void paint (QPainter * painter, const QStyleOptionGraphicsItem *option, QWidget *widget = 0); // returns height - qreal setGeometry(qreal width, qreal firstColPos, qreal secondColPos); + qreal setGeometry(qreal width); void setSelected(bool selected, ChatLineModel::ColumnType minColumn = ChatLineModel::ContentsColumn); void setHighlighted(bool highlighted);