~michihenning/storage-framework/no-exception-on-unknown-metadata

« back to all changes in this revision

Viewing changes to include/unity/storage/provider/internal/TempfileUploadJobImpl.h

  • Committer: Tarmac
  • Author(s): James Henstridge
  • Date: 2016-08-10 12:37:53 UTC
  • mfrom: (39.2.7 provider-tests)
  • Revision ID: tarmac-20160810123753-ydofxui1hd2g7ft8
Add some tests for the AccountData and DBusPeerCache classes from the provider.

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include <unity/storage/provider/internal/UploadJobImpl.h>
22
22
 
 
23
#pragma GCC diagnostic push
 
24
#pragma GCC diagnostic ignored "-Wctor-dtor-privacy"
23
25
#include <QLocalSocket>
24
26
#include <QTemporaryFile>
 
27
#pragma GCC diagnostic pop
25
28
 
26
29
#include <memory>
27
30
#include <string>