debugger: style

Change-Id: Ia3f2090ffac10149209d0152de65a90e1f822add
Reviewed-on: http://codereview.qt.nokia.com/1299
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-07-06 19:07:38 +02:00
committed by hjk
parent 402db14943
commit fdb0876e9c
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,6 @@
#include <utils/outputformat.h>
#include <QtCore/QScopedPointer>
#include <QtNetwork/QAbstractSocket>
namespace Debugger {
@@ -157,8 +156,7 @@ private:
private:
friend class QmlCppEngine;
QScopedPointer<QmlEnginePrivate> d;
QmlEnginePrivate *d;
};
} // namespace Internal