mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Added code to select / desselect a range of items
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
c385e7aae8
commit
7add8594a7
2 changed files with 31 additions and 12 deletions
|
@ -22,6 +22,7 @@ class DiveInfo;
|
|||
class DiveNotes;
|
||||
class Stats;
|
||||
class Equipment;
|
||||
class QItemSelection;
|
||||
|
||||
class MainWindow : public QMainWindow
|
||||
{
|
||||
|
@ -67,7 +68,8 @@ private Q_SLOTS:
|
|||
void on_actionAboutSubsurface_triggered();
|
||||
void on_actionUserManual_triggered();
|
||||
|
||||
void diveSelected(const QModelIndex& index);
|
||||
void dive_selection_changed(const QItemSelection& newSelection,
|
||||
const QItemSelection& oldSelection);
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue