mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user