Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
86dadaef
Commit
86dadaef
authored
Feb 23, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: change timing of defered construction
parent
1b768aaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
View file @
86dadaef
...
...
@@ -395,7 +395,7 @@ void PropertyEditor::setQmlDir(const QString &qmlDir)
void
PropertyEditor
::
delayedResetView
()
{
if
(
m_timerId
==
0
)
m_timerId
=
startTimer
(
5
0
);
m_timerId
=
startTimer
(
2
0
);
}
void
PropertyEditor
::
timerEvent
(
QTimerEvent
*
timerEvent
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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