Empty Subanalyses should not be run
[mussa.git] / qui / SubanalysisWindow.hpp
index b081d1d0e2d53bc9dc712052f53adf918d41c8fa..ce141e8f689b854d6b9844c0c56a0c207ab9ee95 100644 (file)
@@ -22,9 +22,10 @@ public:
 public slots:
   //! clear our model and close the window
   void abort();
-
   //! create a subanalysis and run it
   void run();
+  //! provide a way for the model to tell us to update our gui
+  void modelUpdated(const QModelIndex&, int, int);
 
 private:  
   QSpinBox *window;