Changeset 3ba7b3e in confclerk_git
- Timestamp:
- 01/22/17 17:41:03 (5 years ago)
- Branches:
- master, qt5
- Children:
- e5dfc61
- Parents:
- a84243f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
ra84243f r3ba7b3e 411 411 void MainWindow::networkQueryFinished(QNetworkReply *aReply) { 412 412 if (aReply->error() != QNetworkReply::NoError) { 413 error_message(QString("Error occur ed during download: ") + aReply->errorString());413 error_message(QString("Error occurred during download: ") + aReply->errorString()); 414 414 } else { 415 415 QUrl redirectUrl = aReply->attribute(QNetworkRequest::RedirectionTargetAttribute).toUrl();
Note: See TracChangeset
for help on using the changeset viewer.