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
Marco Bubke
flatpak-qt-creator
Commits
88e4917b
Commit
88e4917b
authored
May 12, 2010
by
dt
Browse files
Fix warning about unused parameters
parent
5058dd67
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cvs/cvscontrol.cpp
View file @
88e4917b
...
...
@@ -84,6 +84,8 @@ bool CVSControl::vcsDelete(const QString &fileName)
bool
CVSControl
::
vcsMove
(
const
QString
&
from
,
const
QString
&
to
)
{
Q_UNUSED
(
from
);
Q_UNUSED
(
to
);
return
false
;
}
...
...
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