homescreenapp/serviceproviders/hsmenuserviceprovider/src/hsmenuentryremovedhandler.cpp
changeset 71 1db7cc813a4e
parent 69 87476091b3f5
child 90 3ac3aaebaee5
equal deleted inserted replaced
69:87476091b3f5 71:1db7cc813a4e
    89     ChangeType changeType)
    89     ChangeType changeType)
    90 {
    90 {
    91     Q_UNUSED(entryId); // CaNotifier should care about matching id, skip it here
    91     Q_UNUSED(entryId); // CaNotifier should care about matching id, skip it here
    92     
    92     
    93     if (changeType == RemoveChangeType) {
    93     if (changeType == RemoveChangeType) {
       
    94         mNotifier.reset(0);
    94         emit notify();
    95         emit notify();
    95         mNotifier.reset(0);
       
    96     }
    96     }
    97 }
    97 }