~michael-sheldon/content-hub/qdoc-import-fix

« back to all changes in this revision

Viewing changes to import/Ubuntu/Content/qmlimportexporthandler.h

  • Committer: Tarmac
  • Author(s): Guenter Schwann
  • Date: 2013-08-23 16:32:24 UTC
  • mfrom: (13.1.5 content-qml-import)
  • Revision ID: tarmac-20130823163224-z8g2274zh0zltr3q
Handle import and export requests from hub for QML.

Approved by PS Jenkins bot, Ken VanDine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    Q_INVOKABLE virtual void handle_export(com::ubuntu::content::Transfer *transfer);
39
39
 
40
40
Q_SIGNALS:
41
 
    void importReqested(com::ubuntu::content::Transfer*);
 
41
    void importRequested(com::ubuntu::content::Transfer*);
42
42
    void exportRequested(com::ubuntu::content::Transfer*);
43
43
};
44
44