Skip to content
Snippets Groups Projects
Commit fdb0876e authored by hjk's avatar hjk Committed by hjk
Browse files

debugger: style

Change-Id: Ia3f2090ffac10149209d0152de65a90e1f822add
Reviewed-on: http://codereview.qt.nokia.com/1299


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 402db149
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,9 @@ QmlEngine::QmlEngine(const DebuggerStartParameters &startParameters, ...@@ -186,7 +186,9 @@ QmlEngine::QmlEngine(const DebuggerStartParameters &startParameters,
} }
QmlEngine::~QmlEngine() QmlEngine::~QmlEngine()
{} {
delete d;
}
void QmlEngine::setupInferior() void QmlEngine::setupInferior()
{ {
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
#include <utils/outputformat.h> #include <utils/outputformat.h>
#include <QtCore/QScopedPointer>
#include <QtNetwork/QAbstractSocket> #include <QtNetwork/QAbstractSocket>
namespace Debugger { namespace Debugger {
...@@ -157,8 +156,7 @@ private: ...@@ -157,8 +156,7 @@ private:
private: private:
friend class QmlCppEngine; friend class QmlCppEngine;
QmlEnginePrivate *d;
QScopedPointer<QmlEnginePrivate> d;
}; };
} // namespace Internal } // namespace Internal
......
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