summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-10-24 22:30:21 -0200
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-10-24 22:30:21 -0200
commit5eb2cc4594ab2181ccc3b09a2540af3fb615468e (patch)
tree2b2d6257d70dfcedc10549527f7819236f5b5191 /qt-ui/mainwindow.cpp
parent695f64a23a2b9b5caeceddf802fb1c0c29401c84 (diff)
downloadsubsurface-5eb2cc4594ab2181ccc3b09a2540af3fb615468e.tar.gz
Created a 'WebService' dialog that will handle download and upload.
Created a WebService dialog that will handle download and upload from all child based webservices. Also, ported the currently - only - one webservice to use the new dialog. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index 69cf363c3..bb21e6625 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -252,7 +252,7 @@ void MainWindow::on_actionDownloadDC_triggered()
void MainWindow::on_actionDownloadWeb_triggered()
{
- SubsurfaceWebServices::instance()->runDialog();
+ SubsurfaceWebServices::instance()->exec();
}
void MainWindow::on_actionEditDeviceNames_triggered()