Skip to content

Commit

Permalink
fixup! StarDelegate: Fix: Transition from "mouse edit mode" to "keybo…
Browse files Browse the repository at this point in the history
…ard edit mode"
  • Loading branch information
cr7pt0gr4ph7 committed Apr 26, 2024
1 parent efc7cd1 commit 241a6bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/widget/wtracktableview.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ class WTrackTableView : public WLibraryTableView {

// Invoked when the mouse leaves this widget.
void viewportLeaving();
void editRequested(const QModelIndex &index, EditTrigger trigger, QEvent *event);
void editRequested(const QModelIndex& index,
QAbstractItemView::EditTrigger trigger,
QEvent* event);

public slots:
void loadTrackModel(QAbstractItemModel* model, bool restoreState = false);
Expand Down

0 comments on commit 241a6bb

Please sign in to comment.