Skip to content

Commit

Permalink
Initialize value.
Browse files Browse the repository at this point in the history
Change-Id: Ibfb045827a38021fcfa43e735823ad346c5c066c
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
  • Loading branch information
Michael Brasser authored and Qt by Nokia committed Feb 7, 2012
1 parent 978550b commit b057ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quick/items/qquickaccessibleattached.cpp
Expand Up @@ -138,7 +138,7 @@ QT_BEGIN_NAMESPACE
*/

QQuickAccessibleAttached::QQuickAccessibleAttached(QObject *parent)
: QObject(parent)
: QObject(parent), m_role(QAccessible::NoRole)
{
Q_ASSERT(parent);
QQuickItem *item = qobject_cast<QQuickItem*>(parent);
Expand Down

0 comments on commit b057ac0

Please sign in to comment.