~jamesh/storage-provider-webdav/landing-20161118

« back to all changes in this revision

Viewing changes to src/OwncloudProvider.h

  • Committer: Tarmac
  • Author(s): James Henstridge
  • Date: 2016-09-23 05:03:11 UTC
  • mfrom: (7.1.13 provider-test-fixture)
  • Revision ID: tarmac-20160923050311-bb3m6zal58cpccqu
Add test infrastructure for testing DavProvider.

Approved by Michi Henning, unity-api-1-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    virtual ~OwncloudProvider();
10
10
 
11
11
protected:
12
 
    std::string base_url(
 
12
    QUrl base_url(
13
13
        unity::storage::provider::Context const& ctx) const override;
14
14
    void add_credentials(
15
15
        QNetworkRequest *request,