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
Marco Bubke
flatpak-qt-creator
Commits
7ae71931
Commit
7ae71931
authored
Aug 02, 2010
by
Roberto Raggi
Browse files
Removed unused formal argument.
parent
ee4a04a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppdeclfromdef.cpp
View file @
7ae71931
...
...
@@ -168,7 +168,7 @@ QList<CppQuickFixOperation::Ptr> DeclFromDef::match(const CppQuickFixState &stat
return
noResult
();
}
QString
DeclFromDef
::
generateDeclaration
(
const
CppQuickFixState
&
state
,
QString
DeclFromDef
::
generateDeclaration
(
const
CppQuickFixState
&
,
Function
*
method
,
ClassOrNamespace
*
targetBinding
)
{
...
...
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