diff options
author | Doug Junkins <junkins@foghead.com> | 2019-05-04 20:51:16 -0700 |
---|---|---|
committer | bstoeger <32835590+bstoeger@users.noreply.github.com> | 2019-05-06 10:48:44 +0200 |
commit | 00ec824129ea2662ace5a4077ba9bc865ecc70ff (patch) | |
tree | c722c55a48a6c226e879e3f2e915adb6fd3b13d6 /desktop-widgets/CMakeLists.txt | |
parent | 98b3a326bd952c616843694821a48e0c029db699 (diff) | |
download | subsurface-00ec824129ea2662ace5a4077ba9bc865ecc70ff.tar.gz |
Create DivesiteImportDialog to select sites to import
Creates the dialog box to select which sites to import from the file
selected in mainwindow.cpp. The DivesiteImportModel is created as a
table to display and select which sites are to be imported. Once the
sites are selected, the Command::importDiveSites command is called to
add the sites to the core dive site table with undo/redo functions.
Signed-off-by: Doug Junkins <junkins@foghead.com>
Diffstat (limited to 'desktop-widgets/CMakeLists.txt')
-rw-r--r-- | desktop-widgets/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-widgets/CMakeLists.txt b/desktop-widgets/CMakeLists.txt index fbaff1d6c..53aef5dbf 100644 --- a/desktop-widgets/CMakeLists.txt +++ b/desktop-widgets/CMakeLists.txt @@ -22,6 +22,7 @@ set (SUBSURFACE_UI divecomputermanagementdialog.ui divelogexportdialog.ui divelogimportdialog.ui + divesiteimportdialog.ui diveplanner.ui diveshareexportdialog.ui downloadfromdivecomputer.ui @@ -87,6 +88,8 @@ set(SUBSURFACE_INTERFACE diveplanner.h diveshareexportdialog.cpp diveshareexportdialog.h + divesiteimportdialog.cpp + divesiteimportdialog.h downloadfromdivecomputer.cpp downloadfromdivecomputer.h filterwidget2.cpp |