compilation fix with namespaces

This commit is contained in:
hjk
2010-09-23 15:09:06 +02:00
parent 5da888e73b
commit 7504887377
2 changed files with 9 additions and 1 deletions

View File

@@ -42,6 +42,8 @@ namespace ProjectExplorer {
class Project;
}
QT_QML_BEGIN_NAMESPACE
namespace QmlJS {
const char *const MODELMANAGERINTERFACE_OBJECTNAME = "QmlJS::ModelManagerInterface";
@@ -106,4 +108,6 @@ signals:
} // namespace QmlJS
QT_QML_END_NAMESPACE
#endif // QMLJSMODELMANAGERINTERFACE_H