forked from qt-creator/qt-creator
Make QmlProject & QmlRunConfiguration exported classes
Will be used in QmLInspector plugin.
This commit is contained in:
@@ -40,10 +40,11 @@ class IFile;
|
||||
}
|
||||
|
||||
namespace QmlProjectManager {
|
||||
namespace Internal {
|
||||
|
||||
class QmlProject;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class QmlProjectNode : public ProjectExplorer::ProjectNode
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user