Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
b10331fe
Commit
b10331fe
authored
Jul 24, 2014
by
Fabio Bas
Browse files
Hide unused parameters in oracle/ to avoid warnings
parent
bd97d7b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
oracle/src/oraclewizard.cpp
View file @
b10331fe
...
...
@@ -383,7 +383,7 @@ void SaveSetsPage::initializePage()
QMessageBox
::
critical
(
this
,
tr
(
"Error"
),
tr
(
"No set has been imported."
));
}
void
SaveSetsPage
::
updateTotalProgress
(
int
cardsImported
,
int
setIndex
,
const
QString
&
setName
)
void
SaveSetsPage
::
updateTotalProgress
(
int
cardsImported
,
int
/*
setIndex
*/
,
const
QString
&
setName
)
{
if
(
setName
.
isEmpty
())
{
messageLog
->
append
(
"<b>"
+
tr
(
"Import finished: %1 cards."
).
arg
(
wizard
()
->
importer
->
getCardList
().
size
())
+
"</b>"
);
...
...
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