forgotten declarations removed
This commit is contained in:
parent
13cb2f8ca3
commit
1bac9f37c3
@ -38,9 +38,6 @@ class QSK_EXPORT QskPageIndicator : public QskControl
|
|||||||
Qt::Orientation orientation() const;
|
Qt::Orientation orientation() const;
|
||||||
void setOrientation( Qt::Orientation );
|
void setOrientation( Qt::Orientation );
|
||||||
|
|
||||||
bool isInteractive() const;
|
|
||||||
void setInteractive( bool );
|
|
||||||
|
|
||||||
qreal valueRatioAt( int index ) const;
|
qreal valueRatioAt( int index ) const;
|
||||||
QRectF bulletRect( int index ) const;
|
QRectF bulletRect( int index ) const;
|
||||||
int indexAtPosition( const QPointF& ) const;
|
int indexAtPosition( const QPointF& ) const;
|
||||||
@ -51,7 +48,6 @@ class QSK_EXPORT QskPageIndicator : public QskControl
|
|||||||
void countChanged( int );
|
void countChanged( int );
|
||||||
void currentIndexChanged( qreal );
|
void currentIndexChanged( qreal );
|
||||||
void orientationChanged( Qt::Orientation );
|
void orientationChanged( Qt::Orientation );
|
||||||
void interactiveChanged( bool );
|
|
||||||
void pageRequested( int index );
|
void pageRequested( int index );
|
||||||
|
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user