mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
cleanup
This commit is contained in:
parent
ad39251166
commit
9cb7ba06ed
|
@ -109,12 +109,6 @@ void ChatLine::selectionCleared()
|
||||||
c->selectionCleared();
|
c->selectionCleared();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ChatLine::selectionCleared(int col)
|
|
||||||
{
|
|
||||||
if(col < static_cast<int>(content.size()) && content[col])
|
|
||||||
content[col]->selectionCleared();
|
|
||||||
}
|
|
||||||
|
|
||||||
int ChatLine::getColumnCount()
|
int ChatLine::getColumnCount()
|
||||||
{
|
{
|
||||||
return content.size();
|
return content.size();
|
||||||
|
|
|
@ -71,7 +71,6 @@ public:
|
||||||
void addToScene(QGraphicsScene* scene);
|
void addToScene(QGraphicsScene* scene);
|
||||||
void setVisible(bool visible);
|
void setVisible(bool visible);
|
||||||
void selectionCleared();
|
void selectionCleared();
|
||||||
void selectionCleared(int col);
|
|
||||||
|
|
||||||
int getColumnCount();
|
int getColumnCount();
|
||||||
int getRow() const;
|
int getRow() const;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user