Make QmlProject & QmlRunConfiguration exported classes

Will be used in QmLInspector plugin.
This commit is contained in:
Kai Koehne
2010-01-12 16:56:36 +01:00
parent d5271a086d
commit 7f7e9d8640
5 changed files with 148 additions and 98 deletions

View File

@@ -40,10 +40,11 @@ class IFile;
}
namespace QmlProjectManager {
namespace Internal {
class QmlProject;
namespace Internal {
class QmlProjectNode : public ProjectExplorer::ProjectNode
{
public: