forked from qt-creator/qt-creator
Cmake: Added cmake errors parser
Added cmake errors parser Change-Id: I137f62111861c7e72d84e44b5ab631b9f60c2834 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -50,6 +50,12 @@ public:
|
||||
bool initialize(const QStringList &arguments, QString *errorMessage);
|
||||
|
||||
void extensionsInitialized();
|
||||
|
||||
private slots:
|
||||
#ifdef WITH_TESTS
|
||||
void testCMakeParser_data();
|
||||
void testCMakeParser();
|
||||
#endif
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user