mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 03:16:58 +03:00
Oh my.
This commit is contained in:
parent
2cd9b06476
commit
ddedd077b6
2 changed files with 37 additions and 18 deletions
15
GroupView.h
15
GroupView.h
|
|
@ -30,10 +30,6 @@ public:
|
|||
void setSelection(const QRect &rect,
|
||||
const QItemSelectionModel::SelectionFlags commands) override;
|
||||
|
||||
/*
|
||||
* BS
|
||||
*/
|
||||
|
||||
virtual int horizontalOffset() const override
|
||||
{
|
||||
return horizontalScrollBar()->value();
|
||||
|
|
@ -50,22 +46,19 @@ public:
|
|||
viewport()->scroll(dx, dy);
|
||||
}
|
||||
|
||||
/*
|
||||
* TODO!
|
||||
*/
|
||||
virtual void scrollTo(const QModelIndex &index, ScrollHint hint = EnsureVisible) override
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
virtual QModelIndex moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers)
|
||||
override
|
||||
{
|
||||
return QModelIndex();
|
||||
}
|
||||
override;
|
||||
|
||||
virtual QRegion visualRegionForSelection(const QItemSelection &selection) const override;
|
||||
|
||||
/*
|
||||
* End of BS
|
||||
*/
|
||||
|
||||
protected
|
||||
slots:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue