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
c4fa71ba
Commit
c4fa71ba
authored
Dec 04, 2008
by
Roberto Raggi
Browse files
Removed some warnings.
parent
79f244c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cpptools/cppmodelmanager.cpp
View file @
c4fa71ba
...
@@ -254,7 +254,7 @@ protected:
...
@@ -254,7 +254,7 @@ protected:
}
}
virtual
void
startExpandingMacro
(
unsigned
offset
,
virtual
void
startExpandingMacro
(
unsigned
offset
,
const
rpp
::
Macro
&
macro
,
const
rpp
::
Macro
&
,
const
QByteArray
&
originalText
)
const
QByteArray
&
originalText
)
{
{
if
(
!
m_currentDoc
)
if
(
!
m_currentDoc
)
...
@@ -264,7 +264,7 @@ protected:
...
@@ -264,7 +264,7 @@ protected:
m_currentDoc
->
addMacroUse
(
offset
,
originalText
.
length
());
m_currentDoc
->
addMacroUse
(
offset
,
originalText
.
length
());
}
}
virtual
void
stopExpandingMacro
(
unsigned
offset
,
const
rpp
::
Macro
&
macro
)
virtual
void
stopExpandingMacro
(
unsigned
,
const
rpp
::
Macro
&
)
{
{
if
(
!
m_currentDoc
)
if
(
!
m_currentDoc
)
return
;
return
;
...
...
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