~abreu-alexandre/oxide/add-quota-permission-context-support

« back to all changes in this revision

Viewing changes to qt/core/api/oxideqhttpauthenticationrequest_p.h

  • Committer: Chris Coulson
  • Date: 2016-01-13 18:16:11 UTC
  • Revision ID: chris.coulson@canonical.com-20160113181611-vo55lgwngvcj9u1h
Various clean-ups in soon-to-be-public headers. Also, we rename header files based on whether they're going to be public or not

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
 private:
40
40
  OxideQHttpAuthenticationRequestPrivate(
 
41
      OxideQHttpAuthenticationRequest* q,
41
42
      oxide::ResourceDispatcherHostLoginDelegate* login_delegate);
42
43
  void RequestCancelled();
43
44