mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-27 08:05:41 +00:00
Qt: Fix Linux compile
This commit is contained in:
parent
4e10d100db
commit
eabda2979c
|
@ -308,11 +308,6 @@ CheatList* CheatManagerDialog::getCheatList() const
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CheatManagerDialog::queueUpdateCheatList()
|
|
||||||
{
|
|
||||||
QMetaObject::invokeMethod(this, &CheatManagerDialog::updateCheatList, Qt::QueuedConnection);
|
|
||||||
}
|
|
||||||
|
|
||||||
void CheatManagerDialog::updateCheatList()
|
void CheatManagerDialog::updateCheatList()
|
||||||
{
|
{
|
||||||
QSignalBlocker sb(m_ui.cheatList);
|
QSignalBlocker sb(m_ui.cheatList);
|
||||||
|
|
|
@ -75,7 +75,6 @@ private:
|
||||||
int getSelectedCheatIndex() const;
|
int getSelectedCheatIndex() const;
|
||||||
int getSelectedResultIndex() const;
|
int getSelectedResultIndex() const;
|
||||||
int getSelectedWatchIndex() const;
|
int getSelectedWatchIndex() const;
|
||||||
void queueUpdateCheatList();
|
|
||||||
|
|
||||||
Ui::CheatManagerDialog m_ui;
|
Ui::CheatManagerDialog m_ui;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue