Android: Fix Javaparser

Make sure to send output down the right channel in case some
parser is appended.

Change-Id: Ibb6810acf7498c07d5169b6133d8d04ce21ce993
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Tobias Hunger
2013-04-02 15:17:55 +02:00
parent f1741032a8
commit c71d734d08
2 changed files with 16 additions and 8 deletions

View File

@@ -46,6 +46,8 @@ public:
void setProjectFileList(const QStringList &fileList);
private:
void parse(const QString &line);
QRegExp m_javaRegExp;
QStringList m_fileList;
};