diff options
Diffstat (limited to 'src/gui/models/themesmodel.h')
-rw-r--r-- | src/gui/models/themesmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/models/themesmodel.h b/src/gui/models/themesmodel.h index 4b2450990..c68cc0a2f 100644 --- a/src/gui/models/themesmodel.h +++ b/src/gui/models/themesmodel.h @@ -40,6 +40,8 @@ class ThemesModel final : public NamesModel Theme::fillSkinsList(mNames); } + A_DELETE_COPY(ThemesModel) + ~ThemesModel() { } }; |