QTfrontend/hwform.h
changeset 8268 fe4e94311585
parent 8205 921e63507bea
child 8291 e4a0d980d1e2
--- a/QTfrontend/hwform.h	Fri Dec 07 16:03:53 2012 -0500
+++ b/QTfrontend/hwform.h	Sat Dec 08 15:06:30 2012 +0100
@@ -127,11 +127,8 @@
         void SendFeedback();
         //Make a xml representation of the issue to be created
         bool CreateIssueXml();
-        //Called the first time when receiving authorization token from google,
-        //second time when receiving the response after posting the issue
+        //Called after posting a new issue
         void finishedSlot(QNetworkReply* reply);
-        //Filter the auth token from the reply from google
-        bool getAuthToken(QString str);
 
         void NetGameChangeStatus(bool isMaster);
         void NetGameMaster();
@@ -194,7 +191,6 @@
         QByteArray m_lastDemo;
         QNetworkAccessManager * nam;
         QString issueXml;
-        QString authToken;
 
         QPropertyAnimation *animationNewSlide;
         QPropertyAnimation *animationOldSlide;