Allocating objects in the constructor causes problems
[mussa.git] / qui / seqbrowser / SequenceDescription.hpp
index 1a8077939ab9ff452f51ceb0bd614920fdc4aa58..61b3d2fee54ac67590eac22617c43881c623ba75 100644 (file)
@@ -48,7 +48,8 @@ private:
   boost::shared_ptr<GlSequence> glsequence_;
   int pos;
 
-  void createWidget();
+  //! finish initializing GUI widgets
+  void setupWidgets();
   //! format the length and set the QLabel
   void setLength(int length);
 };