diff options
Diffstat (limited to 'src/plugins/Ui/skinned/listwidget.h')
| -rw-r--r-- | src/plugins/Ui/skinned/listwidget.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/Ui/skinned/listwidget.h b/src/plugins/Ui/skinned/listwidget.h index e75906662..ac28cf701 100644 --- a/src/plugins/Ui/skinned/listwidget.h +++ b/src/plugins/Ui/skinned/listwidget.h @@ -68,12 +68,12 @@ public: */ int visibleRows() const; /*! - * Returns number of first visible row. + * Returns index of the first visible item. */ - int firstVisibleRow() const; + int firstVisibleIndex() const; - int anchorRow() const; - void setAnchorRow(int r); + int anchorIndex() const; + void setAnchorIndex(int index); QMenu *menu(); PlayListModel *model(); |
