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