diff widgets/ModelDataTableDialog.h @ 428:55cdd79606ba

* 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 4075bf03faef
children 2e8194a30f40
line wrap: on
line diff
--- a/widgets/ModelDataTableDialog.h	Tue Oct 07 12:42:17 2008 +0000
+++ b/widgets/ModelDataTableDialog.h	Thu Oct 09 13:13:33 2008 +0000
@@ -55,6 +55,8 @@
     void editRow();
     void togglePlayTracking();
 
+    void modelRemoved();
+
 protected:
     void makeCurrent(int row);
     ModelDataTableModel *m_table;