diff data/model/ModelDataTableModel.h @ 454:ba7aaacb7211

* Support transforms that output regions with more than one bin (by creating more than one region) * When model displayed in the spreadsheet dialog is deleted, close the dialog in preference to crashing
author Chris Cannam
date Thu, 09 Oct 2008 13:13:33 +0000
parents 304fd0223fa6
children b1dc68507e46
line wrap: on
line diff
--- a/data/model/ModelDataTableModel.h	Thu Oct 09 12:22:02 2008 +0000
+++ b/data/model/ModelDataTableModel.h	Thu Oct 09 13:13:33 2008 +0000
@@ -63,10 +63,12 @@
     void frameSelected(size_t);
     void addCommand(Command *);
     void currentChanged(const QModelIndex &);
+    void modelRemoved();
 
 protected slots:
     void modelChanged();
     void modelChanged(size_t, size_t);
+    void modelAboutToBeDeleted();
 
 protected:
     TabularModel *m_model;