diff options
Diffstat (limited to 'src/gui/widgets/tablemodel.h')
-rw-r--r-- | src/gui/widgets/tablemodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/tablemodel.h b/src/gui/widgets/tablemodel.h index 129d2089..c2943cf2 100644 --- a/src/gui/widgets/tablemodel.h +++ b/src/gui/widgets/tablemodel.h @@ -40,6 +40,8 @@ public: * \param completed whether we are signalling the end of the update */ virtual void modelUpdated(bool completed) = 0; + + virtual ~TableModelListener() {} }; /** |