From 1bac9f37c36972b2c49874ebffc622f9588cc4ee Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 7 Jan 2022 13:55:30 +0100 Subject: [PATCH] forgotten declarations removed --- src/controls/QskPageIndicator.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/controls/QskPageIndicator.h b/src/controls/QskPageIndicator.h index f6266625..eeaeecfd 100644 --- a/src/controls/QskPageIndicator.h +++ b/src/controls/QskPageIndicator.h @@ -38,9 +38,6 @@ class QSK_EXPORT QskPageIndicator : public QskControl Qt::Orientation orientation() const; void setOrientation( Qt::Orientation ); - bool isInteractive() const; - void setInteractive( bool ); - qreal valueRatioAt( int index ) const; QRectF bulletRect( int index ) const; int indexAtPosition( const QPointF& ) const; @@ -51,7 +48,6 @@ class QSK_EXPORT QskPageIndicator : public QskControl void countChanged( int ); void currentIndexChanged( qreal ); void orientationChanged( Qt::Orientation ); - void interactiveChanged( bool ); void pageRequested( int index ); public Q_SLOTS: