Code review comment for lp://staging/~lukas-kde/unity-notifications/fix-1453958

Revision history for this message
Pete Woods (pete-woods) wrote :

Technically you don't even need the ::clear, as it will go out of scope naturally, (it's erased from the map, and the stack variable n goes out of scope). If you can be bothered, I would also remove all calls to n->clear();

« Back to merge proposal