|
@@ -59,7 +59,7 @@ public:
|
|
/// Expose publicly QAbstractSpinBox::initStyleOption()
|
|
/// Expose publicly QAbstractSpinBox::initStyleOption()
|
|
void initStyleOptionSpinBox(QStyleOptionSpinBox* option);
|
|
void initStyleOptionSpinBox(QStyleOptionSpinBox* option);
|
|
protected:
|
|
protected:
|
|
- ctkDoubleSpinBoxPrivate* const d_ptr;
|
|
|
|
|
|
+ QScopedPointer<ctkDoubleSpinBoxPrivate> d_ptr;
|
|
|
|
|
|
/// If the invertedControls property is false (by default) then this function
|
|
/// If the invertedControls property is false (by default) then this function
|
|
/// behavesLike QDoubleSpinBox::stepEnabled(). If the property is true then
|
|
/// behavesLike QDoubleSpinBox::stepEnabled(). If the property is true then
|