mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 22:33:34 -07:00
fix lint
This commit is contained in:
parent
734910c281
commit
f853c8988b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
#include <QTreeView>
|
#include <QTreeView>
|
||||||
|
|
||||||
MacOSShiftClickHandler::MacOSShiftClickHandler(QTreeView *treeView)
|
MacOSShiftClickHandler::MacOSShiftClickHandler(QTreeView *treeView)
|
||||||
: QObject(treeView), m_treeView{treeView}
|
: QObject(treeView), m_treeView{treeView}, m_lastClickedIndex{}
|
||||||
{
|
{
|
||||||
treeView->installEventFilter(this);
|
treeView->installEventFilter(this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue