25 #ifndef GITHUBMODULE_H 
   26 #define GITHUBMODULE_H 
   65                           bool debugCmd = 
false,
 
   66                           QMap<QString, QString> params = QMap<QString, QString>());
 
   89     void githubFinished(QNetworkReply *reply);
 
   99     QMap<QString, QString> dynamic;
 
  109     QString parseString(QString line);
 
  116     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, QMap< QString, QString > params=QMap< QString, QString >())
GithubModule class constructor.