Code review comment for lp://qastaging/~osomon/unity-2d/custom-quicklists-dynamic

Revision history for this message
Ugo Riboni (uriboni) wrote :

208 LauncherApplicationsList::onRemoteEntryUpdated(QString applicationURI, QMap<QString, QVariant> properties)
209 {
210 + QString sender = message().service();

For safety I would would check the result of calledFromDBus() before proceeding to access message()

Other than that, code looks good.

« Back to merge proposal