refs #132 , based on RW's comment renamed method to loadFinished ( as in http://qt-project.org/doc/qt-4.8/qwebview.html )

This commit is contained in:
Klaus Basan
2014-02-21 18:27:07 +01:00
parent d0aef2fee1
commit 4ab59f77a5
2 changed files with 3 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ namespace BlackCore
private slots:
//! \brief Bookings have been read
void readFinished(QNetworkReply *nwReply);
void loadFinished(QNetworkReply *nwReply);
private:
QString m_serviceUrl; /*!< URL of the service */