Skip to content
Snippets Groups Projects
Commit 34206b03 authored by Kai Koehne's avatar Kai Koehne
Browse files

Debugger: Add documentation to QmlAdapter


Change-Id: I6a8a4e0e220cde51fa16c33b9fa468b41521d88f
Reviewed-by: default avatarAurindam Jana <aurindam.jana@nokia.com>
parent 7bd350fe
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,10 @@ using namespace QmlDebug; ...@@ -47,6 +47,10 @@ using namespace QmlDebug;
namespace Debugger { namespace Debugger {
namespace Internal { namespace Internal {
/*!
QmlAdapter manages the connection & clients for QML/JS debugging.
*/
QmlAdapter::QmlAdapter(DebuggerEngine *engine, QObject *parent) QmlAdapter::QmlAdapter(DebuggerEngine *engine, QObject *parent)
: QObject(parent) : QObject(parent)
, m_engine(engine) , m_engine(engine)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment