1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chatline: set row and col number

This commit is contained in:
krepa098 2015-01-02 12:04:32 +01:00
parent b0c3b4032f
commit 5ae111e7c4

View File

@ -134,6 +134,7 @@ void ChatLine::replaceContent(int col, ChatLineContent *lineContent)
delete content[col];
content[col] = lineContent;
lineContent->setIndex(rowIndex, col);
scene->addItem(content[col]);
layout(width, pos);