QmlEngine: Cleanup

Merge private class back to public one.

Change-Id: I3255036ff60738418e2997dbeba97642afe87558
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
Kai Koehne
2012-05-09 14:56:04 +02:00
parent 06fff61d01
commit 49830c48fc
4 changed files with 181 additions and 208 deletions

View File

@@ -77,8 +77,8 @@ public:
bool disableJsDebugging(bool block);
Internal::BaseQmlDebuggerClient *activeDebuggerClient();
QHash<QString, Internal::BaseQmlDebuggerClient*> debuggerClients();
BaseQmlDebuggerClient *activeDebuggerClient() const;
QHash<QString, BaseQmlDebuggerClient*> debuggerClients() const;
BaseEngineDebugClient *engineDebugClient() const;
QDebugMessageClient *messageClient() const;