Skip to content

Commit

Permalink
Fix warning about ItemMultiSelectionModel::select hiding overloaded v…
Browse files Browse the repository at this point in the history
…irtuals
  • Loading branch information
cbjeukendrup authored and igorkorsukov committed Jun 30, 2021
1 parent 00c603c commit 1061a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/framework/uicomponents/view/itemmultiselectionmodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class ItemMultiSelectionModel : public QItemSelectionModel

void setAllowedModifiers(Qt::KeyboardModifiers modifiers);

using QItemSelectionModel::select;

public slots:
Q_INVOKABLE void select(const QModelIndex& index);

Expand Down

0 comments on commit 1061a4d

Please sign in to comment.