mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Merge pull request #6888 from lioncash/qt-override
DolphinQt2: Minor changes
This commit is contained in:
@ -22,7 +22,7 @@ class NewBreakpointDialog : public QDialog
|
||||
public:
|
||||
explicit NewBreakpointDialog(BreakpointWidget* parent);
|
||||
|
||||
void accept();
|
||||
void accept() override;
|
||||
|
||||
private:
|
||||
void CreateWidgets();
|
||||
|
Reference in New Issue
Block a user