Listening Qml syntax errors in Tasks window

This commit is contained in:
Kai Koehne
2009-11-11 10:10:00 +01:00
parent a475761384
commit 925c686d85
14 changed files with 113 additions and 19 deletions

View File

@@ -38,6 +38,7 @@ namespace QmlProjectManager {
namespace Internal {
class ProjectFilesFactory;
class QmlTaskManager;
class QmlProjectPlugin: public ExtensionSystem::IPlugin
{
@@ -52,6 +53,7 @@ public:
private:
ProjectFilesFactory *m_projectFilesEditorFactory;
QmlTaskManager *m_qmlTaskManager;
};
} // namespace Internal