forked from qt-creator/qt-creator
QmlDebugger: Refactored QmlEngine and QmlCppEngine
Reviewed by: hjk
This commit is contained in:
@@ -49,6 +49,7 @@ class QDeclarativeEngineDebugClient : public QDeclarativeDebugClient
|
||||
{
|
||||
public:
|
||||
QDeclarativeEngineDebugClient(QDeclarativeDebugConnection *client, QDeclarativeEngineDebugPrivate *p);
|
||||
~QDeclarativeEngineDebugClient();
|
||||
|
||||
protected:
|
||||
virtual void statusChanged(Status status);
|
||||
@@ -96,6 +97,10 @@ QDeclarativeEngineDebugClient::QDeclarativeEngineDebugClient(QDeclarativeDebugCo
|
||||
{
|
||||
}
|
||||
|
||||
QDeclarativeEngineDebugClient::~QDeclarativeEngineDebugClient()
|
||||
{
|
||||
}
|
||||
|
||||
void QDeclarativeEngineDebugClient::statusChanged(Status status)
|
||||
{
|
||||
if (priv)
|
||||
|
||||
Reference in New Issue
Block a user