mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Merge pull request #6888 from lioncash/qt-override
DolphinQt2: Minor changes
This commit is contained in:
commit
e67f2dcada
8 changed files with 9 additions and 9 deletions
|
@ -22,7 +22,7 @@ class NewBreakpointDialog : public QDialog
|
|||
public:
|
||||
explicit NewBreakpointDialog(BreakpointWidget* parent);
|
||||
|
||||
void accept();
|
||||
void accept() override;
|
||||
|
||||
private:
|
||||
void CreateWidgets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue