equal
deleted
inserted
replaced
125 void InitCampaignPage(); |
125 void InitCampaignPage(); |
126 //Starts the transmission process for the feedback |
126 //Starts the transmission process for the feedback |
127 void SendFeedback(); |
127 void SendFeedback(); |
128 //Make a xml representation of the issue to be created |
128 //Make a xml representation of the issue to be created |
129 bool CreateIssueXml(); |
129 bool CreateIssueXml(); |
130 //Called the first time when receiving authorization token from google, |
130 //Called after posting a new issue |
131 //second time when receiving the response after posting the issue |
|
132 void finishedSlot(QNetworkReply* reply); |
131 void finishedSlot(QNetworkReply* reply); |
133 //Filter the auth token from the reply from google |
|
134 bool getAuthToken(QString str); |
|
135 |
132 |
136 void NetGameChangeStatus(bool isMaster); |
133 void NetGameChangeStatus(bool isMaster); |
137 void NetGameMaster(); |
134 void NetGameMaster(); |
138 void NetGameSlave(); |
135 void NetGameSlave(); |
139 |
136 |
192 BGWidget * wBackground; |
189 BGWidget * wBackground; |
193 QSignalMapper * pageSwitchMapper; |
190 QSignalMapper * pageSwitchMapper; |
194 QByteArray m_lastDemo; |
191 QByteArray m_lastDemo; |
195 QNetworkAccessManager * nam; |
192 QNetworkAccessManager * nam; |
196 QString issueXml; |
193 QString issueXml; |
197 QString authToken; |
|
198 |
194 |
199 QPropertyAnimation *animationNewSlide; |
195 QPropertyAnimation *animationNewSlide; |
200 QPropertyAnimation *animationOldSlide; |
196 QPropertyAnimation *animationOldSlide; |
201 QPropertyAnimation *animationNewOpacity; |
197 QPropertyAnimation *animationNewOpacity; |
202 QPropertyAnimation *animationOldOpacity; |
198 QPropertyAnimation *animationOldOpacity; |