Fix typo: ScopedCPointer instead of QScopedPointer

BUG: 321470
This commit is contained in:
Martin Gräßlin 2013-06-21 18:45:19 +02:00
parent 79c35d0164
commit b501e07b21

View file

@ -804,7 +804,7 @@ xcb_atom_t EffectsHandlerImpl::announceSupportProperty(const QByteArray &propert
return m_managedProperties.value(propertyName);
}
// get the atom for the propertyName
QScopedPointer<xcb_intern_atom_reply_t> atomReply(xcb_intern_atom_reply(connection(),
ScopedCPointer<xcb_intern_atom_reply_t> atomReply(xcb_intern_atom_reply(connection(),
xcb_intern_atom_unchecked(connection(), false, propertyName.size(), propertyName.constData()),
NULL));
if (atomReply.isNull()) {