aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qpacketprotocol_p.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-08-31 09:15:05 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-02 13:13:21 +0200
commit33fc967ced44312c196197f09259074b23eb15ab (patch)
tree3699f3e23ff6c6f6cb3c8eb3466bf1c9c83e6d48 /src/declarative/debugger/qpacketprotocol_p.h
parent663e0f1145729cc884cd86a5dd00a75e16e90968 (diff)
Debugger: Fix indentation & trailing whitespace
Change-Id: I4b85b205a359e4c3adc1fcb6682945724a0910c5 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/3937 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'src/declarative/debugger/qpacketprotocol_p.h')
-rw-r--r--src/declarative/debugger/qpacketprotocol_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/debugger/qpacketprotocol_p.h b/src/declarative/debugger/qpacketprotocol_p.h
index df3b170d17..9035d12947 100644
--- a/src/declarative/debugger/qpacketprotocol_p.h
+++ b/src/declarative/debugger/qpacketprotocol_p.h
@@ -61,7 +61,7 @@ class QPacketProtocolPrivate;
class Q_DECLARATIVE_PRIVATE_EXPORT QPacketProtocol : public QObject
{
-Q_OBJECT
+ Q_OBJECT
public:
explicit QPacketProtocol(QIODevice * dev, QObject * parent = 0);
virtual ~QPacketProtocol();