Fix compiler warnings.

This commit is contained in:
Friedemann Kleint
2011-04-13 08:50:43 +02:00
parent fb205f2e4d
commit 422f4f688a
3 changed files with 3 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ public Q_SLOTS:
};
QDeclarativeDebugConnectionPrivate::QDeclarativeDebugConnectionPrivate(QDeclarativeDebugConnection *c)
: QObject(c), q(c), protocol(0), gotHello(false), device(0)
: QObject(c), q(c), protocol(0), device(0), gotHello(false)
{
protocol = new QPacketProtocol(q, this);
QObject::connect(c, SIGNAL(connected()), this, SLOT(connected()));