mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
DolphinQt: Use C++11 'final' keyword where applicable.
This commit is contained in:
parent
11c641ed90
commit
7c2f22fd0c
7 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,7 @@ namespace Ui
|
|||
class DMainWindow;
|
||||
}
|
||||
|
||||
class DMainWindow : public QMainWindow
|
||||
class DMainWindow final : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue