summaryrefslogtreecommitdiff
path: root/src/gui/widgets/guitable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/guitable.cpp')
-rw-r--r--src/gui/widgets/guitable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/guitable.cpp b/src/gui/widgets/guitable.cpp
index d362f0bd5..3c22dd4b1 100644
--- a/src/gui/widgets/guitable.cpp
+++ b/src/gui/widgets/guitable.cpp
@@ -45,6 +45,7 @@ GuiTable::GuiTable(const Widget2 *const widget,
Widget(widget),
MouseListener(),
KeyListener(),
+ TableModelListener(),
mModel(nullptr),
mTopWidget(nullptr),
mActionListeners2(),