mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
[Clang Warnings] Remove unused variables
This commit is contained in:
parent
1f498266d8
commit
b9fb718822
4 changed files with 3 additions and 8 deletions
|
|
@ -283,7 +283,6 @@ void GroupView::mousePressEvent(QMouseEvent *event)
|
|||
|
||||
m_pressedIndex = index;
|
||||
m_pressedAlreadySelected = selectionModel()->isSelected(m_pressedIndex);
|
||||
QItemSelectionModel::SelectionFlags selection_flags = selectionCommand(index, event);
|
||||
m_pressedPosition = geometryPos;
|
||||
|
||||
m_pressedCategory = categoryAt(geometryPos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue