mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-15 17:40:35 -04:00
gui: rsgraphwidget: delete timer in destructor
This commit is contained in:
parent
c3160c062e
commit
6c307bf094
1 changed files with 2 additions and 0 deletions
|
@ -301,6 +301,8 @@ RSGraphWidget::~RSGraphWidget()
|
||||||
{
|
{
|
||||||
delete _painter;
|
delete _painter;
|
||||||
delete _source ;
|
delete _source ;
|
||||||
|
_timer->stop();
|
||||||
|
delete _timer;
|
||||||
}
|
}
|
||||||
|
|
||||||
void RSGraphWidget::setFiltering(bool b)
|
void RSGraphWidget::setFiltering(bool b)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue