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
1e78596d
Commit
1e78596d
authored
Jan 02, 2015
by
Jeffrey Oliver
Browse files
Remove unused function.
parent
f1803fe8
Changes
2
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_filter_games.cpp
View file @
1e78596d
...
...
@@ -113,10 +113,6 @@ void DlgFilterGames::actOk() {
accept
();
}
QString
DlgFilterGames
::
hashGameType
(
const
QString
&
gameType
)
const
{
return
QCryptographicHash
::
hash
(
gameType
.
toUtf8
(),
QCryptographicHash
::
Md5
).
toHex
();
}
bool
DlgFilterGames
::
getUnavailableGamesVisible
()
const
{
return
unavailableGamesVisibleCheckBox
->
isChecked
();
...
...
cockatrice/src/dlg_filter_games.h
View file @
1e78596d
...
...
@@ -25,11 +25,6 @@ private:
// This needs a const someplace
const
GamesProxyModel
*
gamesProxyModel
;
/*
* The game type might contain special characters, so to use it in
* QSettings we just hash it.
*/
QString
hashGameType
(
const
QString
&
gameType
)
const
;
private
slots
:
void
actOk
();
public:
...
...
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