~ubuntu-branches/ubuntu/vivid/ubuntu-system-settings-online-accounts/vivid-proposed

« back to all changes in this revision

Viewing changes to tests/online-accounts-service/mock/request-mock.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ubuntu daily release, Alberto Mardegan
  • Date: 2014-11-27 10:50:18 UTC
  • mfrom: (1.1.40)
  • Revision ID: package-import@ubuntu.com-20141127105018-yx6j2730bi5n8h1x
Tags: 0.5+15.04.20141127.1-0ubuntu1
[ Ubuntu daily release ]
* New rebuild forced

[ Alberto Mardegan ]
* Merge from upstream:

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    QVariantMap m_parameters;
56
56
    QString m_clientApparmorProfile;
57
57
    bool m_inProgress;
 
58
    int m_delay;
58
59
    mutable Request *q_ptr;
59
60
};
60
61