contentstorage/casoftwareregistry/stub/inc/cauninstallnotifier_p.h
changeset 127 7b66bc3c6dc9
parent 107 b34d53f6acdf
equal deleted inserted replaced
126:efda7c0771b9 127:7b66bc3c6dc9
    17 
    17 
    18 #ifndef CAUNINSTALLNOTIFIER_P_H
    18 #ifndef CAUNINSTALLNOTIFIER_P_H
    19 #define CAUNINSTALLNOTIFIER_P_H
    19 #define CAUNINSTALLNOTIFIER_P_H
    20 
    20 
    21 #include <QObject>
    21 #include <QObject>
       
    22 #include <QVariantMap>
    22 #include <QSharedPointer>
    23 #include <QSharedPointer>
    23 class CaUninstallObserver;
    24 class CaUninstallObserver;
    24 class CaUninstallNotifier;
    25 class CaUninstallNotifier;
    25 class CaSoftwareRegistry;
    26 class CaSoftwareRegistry;
    26 
    27 
    33     explicit CaUninstallNotifierPrivate();
    34     explicit CaUninstallNotifierPrivate();
    34 
    35 
    35     virtual ~CaUninstallNotifierPrivate();
    36     virtual ~CaUninstallNotifierPrivate();
    36     
    37     
    37     void makeConnect();
    38     void makeConnect();
       
    39     
       
    40     QVariantMap getLastNotification();
       
    41     
       
    42 private slots:
       
    43 
       
    44     void progressChange(int componentId, int valueOfProgress);
    38 
    45 
    39 private:
    46 private:
    40     CaUninstallObserver* mUninstallObserver;
    47     CaUninstallObserver* mUninstallObserver;
    41     QSharedPointer<CaSoftwareRegistry> mCaSoftwareRegistry;
    48     QSharedPointer<CaSoftwareRegistry> mCaSoftwareRegistry;
    42     
    49