]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix problem for OSCAR (do not hide virtual slot in the private section)
authorvsr <vsr@opencascade.com>
Thu, 3 Feb 2011 08:59:23 +0000 (08:59 +0000)
committervsr <vsr@opencascade.com>
Thu, 3 Feb 2011 08:59:23 +0000 (08:59 +0000)
src/Qtx/QtxDoubleSpinBox.h

index 6e3da8ade2c0fe77f32374858bcfc19f5cf0be09..310c1fe65fcb51d219c68df96105aff9bab51e01 100644 (file)
@@ -51,7 +51,7 @@ public:
 
   virtual QValidator::State validate( QString&, int& ) const;
 
-private slots:
+protected slots:
   virtual void    onTextChanged( const QString& );
 
 protected:
@@ -62,4 +62,4 @@ private:
   int             myPrecision;
 };
 
-#endif
+#endif
\ No newline at end of file