DolphinQt: Use C++11 'final' keyword where applicable.

This commit is contained in:
waddlesplash
2015-09-12 13:33:03 -04:00
parent 11c641ed90
commit 7c2f22fd0c
7 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ namespace Ui
class DSystemInfo;
}
class DSystemInfo : public QDialog
class DSystemInfo final : public QDialog
{
Q_OBJECT