From 4a9d17a694fe4318ce34a191e025fa50b4102346 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 3 Feb 2011 08:59:23 +0000 Subject: [PATCH] Fix problem for OSCAR (do not hide virtual slot in the private section) --- src/Qtx/QtxDoubleSpinBox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Qtx/QtxDoubleSpinBox.h b/src/Qtx/QtxDoubleSpinBox.h index 6e3da8ade..310c1fe65 100644 --- a/src/Qtx/QtxDoubleSpinBox.h +++ b/src/Qtx/QtxDoubleSpinBox.h @@ -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 -- 2.39.2