Apparently I lost a } in a Mac OS X specific section of the code. Sowwy. Fixed.
[mussa.git] / qui / ThresholdWidget.hpp
index e83c815695cec7089996a0a2e82dde552b4cbdac..42d4e3b4f9f41ecb3e4a76048b0bab9663e1420a 100644 (file)
@@ -26,6 +26,8 @@ public:
   int threshold() const;
   //! update percent threshold
   void updatePercentThreshold();
+  
+  void reset(int min, int max, int threshold);
 
 public slots:
   void setBasepairThreshold(int threshold);
@@ -38,6 +40,7 @@ signals:
   void thresholdChanged(int new_threshold);
 
 protected:
+  void setupWidgets();
   QHBoxLayout *layout;
   QSpinBox *basepair_spinner;
   QLabel *window_size_label;