Mark classes as final where possible
This commit is contained in:
parent
00cc9a09a5
commit
af699eb83e
51 changed files with 72 additions and 72 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#include <QSharedPointer>
|
||||
|
||||
class SingleImagePackModel;
|
||||
class ImagePackListModel : public QAbstractListModel
|
||||
class ImagePackListModel final : public QAbstractListModel
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(bool containsAccountPack READ containsAccountPack CONSTANT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue