25 #ifndef GITREPORTMODULE_H
26 #define GITREPORTMODULE_H
32 class QNetworkAccessManager;
54 bool debugCmd =
false);
79 void gitreportFinished(
const bool state);
84 void gitreportLoaded(
const bool state);
89 void setCaptcha(QNetworkReply *reply);
103 QNetworkAccessManager manager;
GitreportModule(QWidget *parent=0, bool debugCmd=false)
GitreportModule class constructor.
void sendReportUsingGitreport(const QMap< QString, QString > info)
method which creates an issue
The Reportabug class is a main class of the application.
Definition: reportabug.h:42
QWebView * webView
Webkit item which is used for loading web page.
Definition: gitreportmodule.h:62
The GitreportModule class creates issue over GitReports.
Definition: gitreportmodule.h:43
~GitreportModule()
GitreportModule class destructor.