Skip to content
Snippets Groups Projects
Commit 8269b44a authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: Mantis-1338: missing delete

parent 14a95781
Branches
Tags
No related merge requests found
......@@ -57,6 +57,8 @@ QtWidgetModel
QtWidgetModel::~QtWidgetModel()
{
if (m_Timer)
delete m_Timer;
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment