@ -109,12 +109,6 @@ void ChatLine::selectionCleared()
c->selectionCleared();
}
void ChatLine::selectionCleared(int col)
{
if(col < static_cast<int>(content.size()) && content[col])
content[col]->selectionCleared();
int ChatLine::getColumnCount()
return content.size();
@ -71,7 +71,6 @@ public:
void addToScene(QGraphicsScene* scene);
void setVisible(bool visible);
void selectionCleared();
void selectionCleared(int col);
int getColumnCount();
int getRow() const;