[PATCH 02/13] Add some missing ; in the Qt5 path

Anton Lundin glance at acc.umu.se
Wed Jan 15 00:30:33 UTC 2014


Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 qt-ui/subsurfacewebservices.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qt-ui/subsurfacewebservices.cpp b/qt-ui/subsurfacewebservices.cpp
index 30efbad..1789b03 100644
--- a/qt-ui/subsurfacewebservices.cpp
+++ b/qt-ui/subsurfacewebservices.cpp
@@ -674,7 +674,7 @@ void DivelogsDeWebServices::startDownload()
 	body.addQueryItem("user", ui.userID->text());
 	body.addQueryItem("pass", ui.password->text());
 
-	reply = manager()->post(request, body.query(QUrl::FullyEncoded).toLatin1())
+	reply = manager()->post(request, body.query(QUrl::FullyEncoded).toLatin1());
 #endif
 	connect(reply, SIGNAL(finished()), this, SLOT(listDownloadFinished()));
 	connect(reply, SIGNAL(error(QNetworkReply::NetworkError)),
@@ -720,7 +720,7 @@ void DivelogsDeWebServices::listDownloadFinished()
 	body.addQueryItem("pass", ui.password->text());
 	body.addQueryItem("ids", diveList.idList);
 
-	reply = manager()->post(request, body.query(QUrl::FullyEncoded).toLatin1())
+	reply = manager()->post(request, body.query(QUrl::FullyEncoded).toLatin1());
 #endif
 
 	connect(reply, SIGNAL(readyRead()), this, SLOT(saveToZipFile()));
-- 
1.8.3.2



More information about the subsurface mailing list