mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Merge branch '112_webservices' of https://github.com/tcanabrava/subsurface
This commit is contained in:
commit
c774bab6e6
7 changed files with 400 additions and 4 deletions
|
@ -28,6 +28,7 @@
|
|||
#include "models.h"
|
||||
#include "downloadfromdivecomputer.h"
|
||||
#include "preferences.h"
|
||||
#include "subsurfacewebservices.h"
|
||||
|
||||
static MainWindow* instance = 0;
|
||||
|
||||
|
@ -181,7 +182,8 @@ void MainWindow::on_actionDownloadDC_triggered()
|
|||
|
||||
void MainWindow::on_actionDownloadWeb_triggered()
|
||||
{
|
||||
qDebug("actionDownloadWeb");}
|
||||
SubsurfaceWebServices::instance()->runDialog();
|
||||
}
|
||||
|
||||
void MainWindow::on_actionEditDeviceNames_triggered()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue