mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
DolphinQt: Use C++11 'final' keyword where applicable.
This commit is contained in:
@ -13,7 +13,7 @@ namespace Ui
|
||||
class DAboutDialog;
|
||||
}
|
||||
|
||||
class DAboutDialog : public QDialog
|
||||
class DAboutDialog final : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
Reference in New Issue
Block a user