summaryrefslogtreecommitdiff
path: root/src/gui/table_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/table_model.h')
-rw-r--r--src/gui/table_model.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/table_model.h b/src/gui/table_model.h
index 48ef1c0d..69e41cd3 100644
--- a/src/gui/table_model.h
+++ b/src/gui/table_model.h
@@ -120,6 +120,11 @@ public:
*/
virtual void fixRowHeight(int height);
+ /**
+ * Resizes the table model
+ */
+ virtual void resize(void);
+
virtual int getRows();
virtual int getColumns();
virtual int getRowHeight();