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
Tobias Hunger
qt-creator
Commits
1066dad5
Commit
1066dad5
authored
Sep 16, 2009
by
hjk
Browse files
trk: reduce message timer interval to 10 ms
parent
91e60257
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/trkclient.cpp
View file @
1066dad5
...
...
@@ -50,7 +50,7 @@
# include <unistd.h>
#endif
enum
{
TimerInterval
=
10
0
};
enum
{
TimerInterval
=
10
};
#ifdef Q_OS_WIN
...
...
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