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
Marco Bubke
flatpak-qt-creator
Commits
8ecf67a4
Commit
8ecf67a4
authored
Jul 19, 2010
by
Roberto Raggi
Browse files
Update the outline every 500ms.
parent
a0faf279
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppeditor.cpp
View file @
8ecf67a4
...
...
@@ -97,8 +97,8 @@
#include <sstream>
enum
{
UPDATE_OUTLINE_INTERVAL
=
1
50
,
UPDATE_USES_INTERVAL
=
3
00
UPDATE_OUTLINE_INTERVAL
=
5
0
0
,
UPDATE_USES_INTERVAL
=
5
00
};
using
namespace
CPlusPlus
;
...
...
Write
Preview
Markdown
is supported
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