Maemo: Fix timer bug.

This commit is contained in:
Christian Kandeler
2011-01-13 16:27:28 +01:00
parent f41bcb4501
commit f30c7f37f0

View File

@@ -60,6 +60,7 @@ MaemoDeployables::MaemoDeployables(const Qt4Target *target)
{
QTimer::singleShot(0, this, SLOT(init()));
m_updateTimer->setInterval(1500);
m_updateTimer->setSingleShot(true);
connect(m_updateTimer, SIGNAL(timeout()), this, SLOT(createModels()));
}