25 #ifndef GITHUBMODULE_H
26 #define GITHUBMODULE_H
64 bool debugCmd =
false);
87 void githubFinished(QNetworkReply *reply);
103 QString parseString(QString line);
110 QByteArray prepareRequest(
const QString title,
const QString body);
The GithubModule class creates issue over GitHub.
Definition: githubmodule.h:53
The Reportabug class is a main class of the application.
Definition: reportabug.h:42
~GithubModule()
GithubModule class destructor.
void sendReportUsingGithub(const QMap< QString, QString > info)
method which creates an issue
GithubModule(QWidget *parent=0, bool debugCmd=false)
GithubModule class constructor.