solid-networkstatus: replace Q_NULLPTR with nullptr

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-08-06 15:29:41 +03:00
parent 44d408df25
commit 7bea8548e8

View file

@ -142,7 +142,7 @@ void NetworkStatusModule::notifyStatus( uint status)
d->firstnotification = false;
return;
}
KNotification *notify = Q_NULLPTR;
KNotification *notify = nullptr;
switch ((Solid::Networking::Status)status) {
case Solid::Networking::Unknown: {
notify = new KNotification("Unknown");