Remove unused function.
This commit is contained in:
parent
f1803fe879
commit
1e78596dfa
2 changed files with 0 additions and 9 deletions
|
@ -113,10 +113,6 @@ void DlgFilterGames::actOk() {
|
||||||
accept();
|
accept();
|
||||||
}
|
}
|
||||||
|
|
||||||
QString DlgFilterGames::hashGameType(const QString &gameType) const {
|
|
||||||
return QCryptographicHash::hash(gameType.toUtf8(), QCryptographicHash::Md5).toHex();
|
|
||||||
}
|
|
||||||
|
|
||||||
bool DlgFilterGames::getUnavailableGamesVisible() const
|
bool DlgFilterGames::getUnavailableGamesVisible() const
|
||||||
{
|
{
|
||||||
return unavailableGamesVisibleCheckBox->isChecked();
|
return unavailableGamesVisibleCheckBox->isChecked();
|
||||||
|
|
|
@ -25,11 +25,6 @@ private:
|
||||||
// This needs a const someplace
|
// This needs a const someplace
|
||||||
const GamesProxyModel *gamesProxyModel;
|
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:
|
private slots:
|
||||||
void actOk();
|
void actOk();
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue