Deprecate constructing QString from a pointer
Change-Id: Ib37775567c12f23b220825c76a32b6c17ca5264b Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
parent
6c17436449
commit
73a997823c
@ -123,5 +123,5 @@ QString DummyDataGenerator::randomStatusItem()
|
||||
case 1: return Theme::p()->pixmapPath() + "contact_status_offline.svg";
|
||||
case 2: return Theme::p()->pixmapPath() + "contact_status_idle.svg";
|
||||
}
|
||||
return 0;
|
||||
return {};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user