Add final specifier to GUI classes

Follow up d3d3f7dbb3.
This commit is contained in:
Chocobo1 2020-04-19 10:42:11 +08:00
commit 16a76eee9f
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
53 changed files with 58 additions and 58 deletions

View file

@ -31,7 +31,7 @@
#include <QItemDelegate>
class PreviewListDelegate : public QItemDelegate
class PreviewListDelegate final : public QItemDelegate
{
Q_OBJECT
Q_DISABLE_COPY(PreviewListDelegate)