Fix selecting X/26 triplets by keyboard

This commit is contained in:
G.K.MacGregor
2022-05-01 16:49:23 +01:00
parent 73c1b482e2
commit 1302205911
2 changed files with 8 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ public slots:
void customMenuRequested(QPoint pos);
void loadX26List();
void unloadX26List();
void rowClicked(const QModelIndex &);
void rowSelected(const QModelIndex &, const QModelIndex &);
void updateAllRawTripletSpinBoxes(const QModelIndex &);
void updateRawTripletDataSpinBox(const QModelIndex &);
void updateAllCookedTripletWidgets(const QModelIndex &);