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:
@@ -36,7 +36,7 @@
|
||||
#include <cmath>
|
||||
#include <QGraphicsScene>
|
||||
|
||||
namespace QmlObserver {
|
||||
namespace QmlJSDebugger {
|
||||
|
||||
class SelectionRectShape : public QGraphicsRectItem
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user