~ken-vandine/content-hub/pasteboard

« back to all changes in this revision

Viewing changes to src/com/ubuntu/content/detail/paste.h

  • Committer: Ken VanDine
  • Date: 2016-07-18 20:21:24 UTC
  • Revision ID: ken.vandine@canonical.com-20160718202124-w0lrx0yyuimdflzr
Use QMimeData for the Paste payload

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
  public Q_SLOTS:
52
52
    int State();
53
53
    void Charge(const QVariantList&);
54
 
    QVariantList Collect();
55
 
    void Abort();
56
 
    void Finalize();
 
54
    QVariantList MimeData();
57
55
    int Id();
58
56
    QString source();
59
57
    QString destination();