contentstorage/cahandler/tapp/inc/catapphandler.h
changeset 96 5d243a69bdda
parent 92 782e3408c2ab
child 116 305818acdca4
equal deleted inserted replaced
95:c739008478cc 96:5d243a69bdda
    33 public:
    33 public:
    34     explicit CaTappHandler(QObject *parent = 0);
    34     explicit CaTappHandler(QObject *parent = 0);
    35     ~CaTappHandler();
    35     ~CaTappHandler();
    36 
    36 
    37     Q_INVOKABLE
    37     Q_INVOKABLE
    38     int execute(CCaInnerEntry& innerEntry, const QString& command);
    38     int execute(const CaEntry &entry, const QString &command);
    39 
    39 
    40 private:
    40 private:
    41     XQApplicationManager* mAiwMgr;
    41     XQApplicationManager *mAiwMgr;
    42 
    42 
    43 };
    43 };
    44 
    44 
    45 #endif
    45 #endif // CATAPPHANDLER_H