forked from qt-creator/qt-creator
QmlJSDebugger: Change namespace from QmlObserver to QmlJSDebugger
The library not only contains the observer part, but also the javascript debugger. Reflect this in the namespace.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef QMLOBSERVERCONSTANTS_H
|
||||
#define QMLOBSERVERCONSTANTS_H
|
||||
|
||||
namespace QmlObserver {
|
||||
namespace QmlJSDebugger {
|
||||
namespace Constants {
|
||||
|
||||
enum DesignTool {
|
||||
@@ -34,6 +34,6 @@ enum GraphicsItemTypes {
|
||||
|
||||
|
||||
} // namespace Constants
|
||||
} // namespace QmlObserver
|
||||
} // namespace QmlJSDebugger
|
||||
|
||||
#endif // QMLOBSERVERCONSTANTS_H
|
||||
|
||||
Reference in New Issue
Block a user