mirror of
https://github.com/arcan1s/reportabug.git
synced 2026-02-13 16:59:49 +00:00
add test support of gitreport
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user