broulik accepted this revision.
broulik added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> udisksdevice.cpp:840
>  {
> -    return propertyExists("MountPoints") && 
> !qdbus_cast<QByteArrayList>(prop("MountPoints")).isEmpty();
> +    QVariant mountPoints = prop(QStringLiteral("MountPoints"));
> +    return mountPoints.isValid() && 
> !qdbus_cast<QByteArrayList>(mountPoints).isEmpty();

const

REPOSITORY
  R245 Solid

BRANCH
  qstringliteral

REVISION DETAIL
  https://phabricator.kde.org/D12123

To: bruns, #frameworks, broulik
Cc: broulik, michaelh, ngraham, bruns

Reply via email to