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:
Kai Koehne
2010-09-22 09:59:18 +02:00
parent b4dd2080be
commit 9107f0c5d0
39 changed files with 66 additions and 66 deletions

View File

@@ -52,7 +52,7 @@
#include <private/qdeclarativeengine_p.h>
#include <private/qabstractanimation_p.h>
namespace QmlObserver {
namespace QmlJSDebugger {
const int SceneChangeUpdateInterval = 5000;
@@ -799,6 +799,6 @@ void QDeclarativeViewObserver::setDebugMode(bool isDebugMode)
data->jsDebuggerAgent = new JSDebuggerAgent(QDeclarativeEnginePrivate::getScriptEngine(data->view->engine()));
}
} //namespace QmlObserver
} //namespace QmlJSDebugger
#include <moc_qdeclarativeviewobserver.cpp>