Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
f30c7f37
Commit
f30c7f37
authored
Jan 13, 2011
by
Christian Kandeler
Browse files
Maemo: Fix timer bug.
parent
f41bcb45
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemodeployables.cpp
View file @
f30c7f37
...
...
@@ -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
()));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment