homescreenapp/serviceproviders/hsmenuserviceprovider/src/hsmenuitemmodel.cpp
changeset 98 e6f74eb7f69f
parent 97 66b5fe3c07fd
equal deleted inserted replaced
97:66b5fe3c07fd 98:e6f74eb7f69f
    47     mComponentId = 0;
    47     mComponentId = 0;
    48     mUninstallNotifier = 
    48     mUninstallNotifier = 
    49         CaSoftwareRegistry::create()->createUninstallNotifier();
    49         CaSoftwareRegistry::create()->createUninstallNotifier();
    50     connect(mUninstallNotifier, SIGNAL(progressChange(int, int)),
    50     connect(mUninstallNotifier, SIGNAL(progressChange(int, int)),
    51             this, SLOT(uninstallChange(int, int)));
    51             this, SLOT(uninstallChange(int, int)));
       
    52     QVariantMap lastProgressNote = mUninstallNotifier->getLastNotification();
       
    53     uninstallChange(lastProgressNote.value(uninstallNotifierComponentIdKey).toInt(),
       
    54     		lastProgressNote.value(uninstallNotifierValueOfProgressKey).toInt());
    52 }
    55 }
    53 
    56 
    54 /*!
    57 /*!
    55  Destructor
    58  Destructor
    56  */
    59  */