~mardy/signon-ui/export-cookies

« back to all changes in this revision

Viewing changes to src/request.h

  • Committer: Alberto Mardegan
  • Date: 2013-04-19 11:13:03 UTC
  • mto: (86.2.10 qtquick2)
  • mto: This revision was merged to the branch mainline in revision 92.
  • Revision ID: alberto.mardegan@canonical.com-20130419111303-fpbeztiw0xkw65ye
Optionally use WebKit2

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
    void setWidget(QWidget *widget);
73
73
 
 
74
protected Q_SLOTS:
74
75
    void fail(const QString &name, const QString &message);
75
76
    void setCanceled();
76
77
    void setResult(const QVariantMap &result);