forked from qt-creator/qt-creator
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:
@@ -46,6 +46,8 @@ public:
|
||||
void setProjectFileList(const QStringList &fileList);
|
||||
|
||||
private:
|
||||
void parse(const QString &line);
|
||||
|
||||
QRegExp m_javaRegExp;
|
||||
QStringList m_fileList;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user