mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Qt: Make dialogues more consistent
This commit is contained in:
@ -22,7 +22,7 @@ class GeckoCode;
|
||||
class CheatCodeEditor : public QDialog
|
||||
{
|
||||
public:
|
||||
explicit CheatCodeEditor();
|
||||
explicit CheatCodeEditor(QWidget* parent);
|
||||
|
||||
void SetARCode(ActionReplay::ARCode* code);
|
||||
void SetGeckoCode(Gecko::GeckoCode* code);
|
||||
|
Reference in New Issue
Block a user