Fix typo: ScopedCPointer instead of QScopedPointer
BUG: 321470
This commit is contained in:
parent
79c35d0164
commit
b501e07b21
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue