Use QPointer class.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2016-07-15 12:03:19 +03:00
parent a94daf6834
commit 1e6dc7c0a8

View file

@ -139,8 +139,8 @@ void FvUpdater::SkipUpdate()
{
qDebug() << "Skip update";
FvAvailableUpdate* proposedUpdate = GetProposedUpdate();
if (not proposedUpdate)
QPointer<FvAvailableUpdate> proposedUpdate = GetProposedUpdate();
if (proposedUpdate.isNull())
{
qWarning() << "Proposed update is NULL (shouldn't be at this point)";
return;