diff options
Diffstat (limited to 'src/gui/models/listmodel.h')
-rw-r--r-- | src/gui/models/listmodel.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/models/listmodel.h b/src/gui/models/listmodel.h index cbf99452f..df8db8b54 100644 --- a/src/gui/models/listmodel.h +++ b/src/gui/models/listmodel.h @@ -78,6 +78,11 @@ class ListModel notfinal { public: + ListModel() + { } + + A_DELETE_COPY(ListModel) + /** * Destructor. */ |