debugger: code cosmetics QmlAdapter

This commit is contained in:
hjk
2011-01-12 13:51:26 +01:00
parent 1c7c49e228
commit ae46124a63
2 changed files with 32 additions and 31 deletions

View File

@@ -31,16 +31,15 @@
**
**************************************************************************/
#ifndef QMLADAPTER_H
#define QMLADAPTER_H
#ifndef DEBGUGGER_QMLADAPTER_H
#define DEBGUGGER_QMLADAPTER_H
#include "debugger_global.h"
#include "qmldebuggerclient.h"
#include <QtCore/QObject>
#include <QtCore/QScopedPointer>
#include "debugger_global.h"
#include <QtNetwork/QAbstractSocket>
#include "qmldebuggerclient.h"
namespace QmlJsDebugClient {
class QDeclarativeEngineDebug;
@@ -53,9 +52,9 @@ class DebuggerEngine;
namespace Internal {
class QmlDebuggerClient;
class QmlAdapterPrivate;
} // namespace Internal
struct QmlAdapterPrivate;
class DEBUGGER_EXPORT QmlAdapter : public QObject
{
Q_OBJECT
@@ -103,9 +102,9 @@ private:
void flushSendBuffer();
private:
QScopedPointer<QmlAdapterPrivate> d;
QScopedPointer<Internal::QmlAdapterPrivate> d;
};
} // namespace Debugger
#endif // QMLADAPTER_H
#endif // DEBGUGGER_QMLADAPTER_H