~ci-train-bot/online-accounts-api/online-accounts-api-ubuntu-xenial-landing-033

« back to all changes in this revision

Viewing changes to src/lib/OnlineAccounts/error.cpp

  • Committer: CI Train Bot
  • Author(s): Alberto Mardegan
  • Date: 2015-09-23 12:41:36 UTC
  • mfrom: (8.4.11 update)
  • Revision ID: ci-train-bot@canonical.com-20150923124136-43tthyu1l6lkqq3l
Docs, fixes, library install

- Docs
- Couple of bugfixes
- Package the daemon as a library

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "error_p.h"
22
22
 
23
23
#include <QDBusError>
24
 
#include "daemon/dbus_constants.h"
 
24
#include "OnlineAccountsDaemon/dbus_constants.h"
25
25
 
26
26
namespace OnlineAccounts {
27
27