X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatline.h;h=c7ac49b7c6d69acfe3e4b12c3e968b3c491845e2;hp=7f837357e606f075671f5d0578d27ed6ce276f0e;hb=39e2a78383295f86c5aa2dadbeac6f02b53eb7a4;hpb=69617bf3e612562feda908587c5fec2c50b77aaf diff --git a/src/qtui/chatline.h b/src/qtui/chatline.h index 7f837357..c7ac49b7 100644 --- a/src/qtui/chatline.h +++ b/src/qtui/chatline.h @@ -41,7 +41,7 @@ class ChatLine : public QGraphicsItem { //void layout(); // returns height - int setColumnWidths(int tsColWidth, int senderColWidth, int textColWidth); + qreal setGeometry(qreal width, qreal firstColPos, qreal secondColPos); //void myMousePressEvent ( QGraphicsSceneMouseEvent * event ) { qDebug() << "press"; mousePressEvent(event); }