mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +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
|
@ -13,7 +13,7 @@ namespace Ui
|
|||
class DAboutDialog;
|
||||
}
|
||||
|
||||
class DAboutDialog : public QDialog
|
||||
class DAboutDialog final : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue