mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
Prefix ps_ for some private slots
https://dev.vatsim-germany.org/boards/22/topics/1914?r=1920#message-1920
This commit is contained in:
@@ -34,7 +34,7 @@ namespace BlackCore
|
||||
|
||||
private slots:
|
||||
//! Bookings have been read
|
||||
void loadFinished(QNetworkReply *nwReply);
|
||||
void ps_loadFinished(QNetworkReply *nwReply);
|
||||
|
||||
private:
|
||||
QString m_serviceUrl; /*!< URL of the service */
|
||||
|
||||
Reference in New Issue
Block a user