1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
krepa098 2015-01-21 15:58:43 +01:00
parent ad39251166
commit 9cb7ba06ed
2 changed files with 0 additions and 7 deletions

View File

@ -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();

View File

@ -71,7 +71,6 @@ public:
void addToScene(QGraphicsScene* scene);
void setVisible(bool visible);
void selectionCleared();
void selectionCleared(int col);
int getColumnCount();
int getRow() const;