add test support of gitreport

This commit is contained in:
arcan1s
2014-07-28 11:21:25 +04:00
parent 7bdf7c6584
commit 99d3ecdedb
4 changed files with 275 additions and 153 deletions

View File

@@ -38,17 +38,15 @@ public:
~Reportabug();
public slots:
// send report
void sendReport();
// update functions
void updateTabs(const int index);
void updateGithubTab();
void updateGitreportTab();
private slots:
void sendReportUsingGithub();
void sendReportUsingGitreport();
void replyFinished(QNetworkReply *reply);
void updateTabs(const int index);
private slots:
void githubFinished(QNetworkReply *reply);
void gitreportFinished(const bool state);
void gitreportLoaded(const bool state);
private:
bool debug;