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:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
namespace QmlObserver {
|
||||
namespace QmlJSDebugger {
|
||||
|
||||
const qreal AnimDelta = 0.025f;
|
||||
const int AnimInterval = 30;
|
||||
@@ -238,4 +238,4 @@ void BoundingRectHighlighter::refresh()
|
||||
}
|
||||
|
||||
|
||||
} // namespace QmlObserver
|
||||
} // namespace QmlJSDebugger
|
||||
|
||||
Reference in New Issue
Block a user