Skip to content

Commit

Permalink
formal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
uwerat committed Jan 7, 2025
1 parent a44162f commit 7667ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controls/QskListView.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class QSK_EXPORT QskListView : public QskScrollView
void setSelectionMode( SelectionMode );
SelectionMode selectionMode() const;

void setTextOptions( const QskTextOptions& textOptions );
void setTextOptions( const QskTextOptions& );
void resetTextOptions();
QskTextOptions textOptions() const;

Expand Down Expand Up @@ -91,7 +91,7 @@ class QSK_EXPORT QskListView : public QskScrollView
void hoverLeaveEvent( QHoverEvent* ) override;

#ifndef QT_NO_WHEELEVENT
virtual QPointF scrollOffset( const QWheelEvent* ) const override;
QPointF scrollOffset( const QWheelEvent* ) const override;
#endif

void updateScrollableSize();
Expand Down

0 comments on commit 7667ed3

Please sign in to comment.