[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