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
e9a97ea6
Commit
e9a97ea6
authored
Oct 21, 2009
by
Roberto Raggi
Browse files
Initialize m_line and m_column
parent
c9742743
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cpptools/cpptoolseditorsupport.cpp
View file @
e9a97ea6
...
...
@@ -165,7 +165,8 @@ class CheckDocument: protected ASTVisitor
public:
CheckDocument
(
Document
::
Ptr
doc
,
Snapshot
snapshot
)
:
ASTVisitor
(
doc
->
control
()),
_doc
(
doc
),
_snapshot
(
snapshot
)
:
ASTVisitor
(
doc
->
control
()),
_doc
(
doc
),
_snapshot
(
snapshot
),
_line
(
0
),
_column
(
0
)
{
}
QList
<
QuickFixOperationPtr
>
operator
()(
QTextCursor
tc
)
...
...
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