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
c4877cf6
Commit
c4877cf6
authored
Mar 02, 2009
by
Roberto Raggi
Browse files
oops! removed some useless debug statement.
parent
b74fcb77
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/cpptools/cpptoolseditorsupport.cpp
View file @
c4877cf6
...
...
@@ -96,8 +96,6 @@ void CppEditorSupport::updateDocument()
void
CppEditorSupport
::
updateDocumentNow
()
{
qDebug
()
<<
"*** update document now"
;
if
(
_documentParser
.
isRunning
())
{
_updateDocumentTimer
->
start
(
_updateDocumentInterval
);
}
else
{
...
...
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