mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 14:23:35 -07:00
Update src/gui/macosshiftclickhandler.cpp
Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>
This commit is contained in:
parent
f853c8988b
commit
540409f43d
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
|||
#include <QTreeView>
|
||||
|
||||
MacOSShiftClickHandler::MacOSShiftClickHandler(QTreeView *treeView)
|
||||
: QObject(treeView), m_treeView{treeView}, m_lastClickedIndex{}
|
||||
: QObject(treeView)
|
||||
, m_treeView {treeView}
|
||||
{
|
||||
treeView->installEventFilter(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue