some changes inside bug reportin backend

This commit is contained in:
2016-08-22 19:10:37 +03:00
parent f3f9239984
commit e5b1102abf
4 changed files with 74 additions and 7 deletions

View File

@ -33,10 +33,12 @@ private slots:
void initTestCase();
void cleanupTestCase();
// test
void test_generateText();
void test_sendBugReport();
private:
AWBugReporter *plugin = nullptr;
QStringList data;
};