Replace Qt::MidButton with Qt::MiddleButton
This commit is contained in:
@@ -178,7 +178,7 @@ void FileViewList::mousePressEvent(QMouseEvent *e) {
|
||||
emit Forward();
|
||||
break;
|
||||
// enqueue to playlist with middleClick
|
||||
case Qt::MidButton: {
|
||||
case Qt::MiddleButton: {
|
||||
QListView::mousePressEvent(e);
|
||||
|
||||
// we need to update the menu selection
|
||||
|
||||
Reference in New Issue
Block a user