25 #ifndef GITREPORTMODULE_H
26 #define GITREPORTMODULE_H
32 class QNetworkAccessManager;
55 bool debugCmd =
false,
56 QMap<QString, QString> params = QMap<QString, QString>());
81 void gitreportFinished(
const bool state);
86 void gitreportLoaded(
const bool state);
91 void setCaptcha(QNetworkReply *reply);
101 QMap<QString, QString> dynamic;
109 QNetworkAccessManager manager;
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:64
GitreportModule(QWidget *parent=0, bool debugCmd=false, QMap< QString, QString > params=QMap< QString, QString >())
GitreportModule class constructor.
The GitreportModule class creates issue over GitReports.
Definition: gitreportmodule.h:43
~GitreportModule()
GitreportModule class destructor.