mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Dive d/l selection UI: allow clicking anywhere in a row
It seemed silly to only be allowed to click the tiny checkbox. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d16bff13bb
commit
e6b5a00e35
2 changed files with 12 additions and 0 deletions
|
@ -38,6 +38,11 @@ public:
|
|||
void setImportedDivesIndexes(int first, int last);
|
||||
Qt::ItemFlags flags(const QModelIndex &index) const;
|
||||
void removeUnused();
|
||||
|
||||
public
|
||||
slots:
|
||||
void changeSelected(QModelIndex index);
|
||||
|
||||
private:
|
||||
int firstIndex;
|
||||
int lastIndex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue