Add final specifier to GUI classes

Follow up d3d3f7dbb3.
This commit is contained in:
Chocobo1
2020-04-19 10:42:11 +08:00
committed by sledgehammer999
parent ebc704ef14
commit 1cea6a25af
53 changed files with 58 additions and 58 deletions

View File

@@ -49,7 +49,7 @@ enum PropColumn
AVAILABILITY
};
class PropListDelegate : public QItemDelegate
class PropListDelegate final : public QItemDelegate
{
Q_OBJECT