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