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

« back to all changes in this revision

Viewing changes to include/unity/storage/provider/internal/PendingJobs.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:
18
18
 
19
19
#pragma once
20
20
 
 
21
#pragma GCC diagnostic push
 
22
#pragma GCC diagnostic ignored "-Wctor-dtor-privacy"
 
23
#pragma GCC diagnostic ignored "-Wswitch-default"
21
24
#include <QDBusConnection>
22
25
#include <QDBusServiceWatcher>
23
26
#include <QObject>
 
27
#pragma GCC diagnostic pop
24
28
 
25
29
#include <map>
26
30
#include <memory>