Skip to content
Snippets Groups Projects
Commit f30c7f37 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Maemo: Fix timer bug.

parent f41bcb45
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ MaemoDeployables::MaemoDeployables(const Qt4Target *target) ...@@ -60,6 +60,7 @@ MaemoDeployables::MaemoDeployables(const Qt4Target *target)
{ {
QTimer::singleShot(0, this, SLOT(init())); QTimer::singleShot(0, this, SLOT(init()));
m_updateTimer->setInterval(1500); m_updateTimer->setInterval(1500);
m_updateTimer->setSingleShot(true);
connect(m_updateTimer, SIGNAL(timeout()), this, SLOT(createModels())); connect(m_updateTimer, SIGNAL(timeout()), this, SLOT(createModels()));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment