~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/authentication_reply.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:
23
23
#include <QDBusArgument>
24
24
#include <QDBusMessage>
25
25
#include <QDebug>
26
 
#include "daemon/dbus_constants.h"
 
26
#include "OnlineAccountsDaemon/dbus_constants.h"
27
27
#include "error_p.h"
28
28
#include "pending_call_p.h"
29
29
 
153
153
    return d->m_error;
154
154
}
155
155
 
 
156
QVariantMap AuthenticationReply::data() const
 
157
{
 
158
    Q_D(const AuthenticationReply);
 
159
    return d->data();
 
160
}
 
161
 
156
162
/* OAuth 2.0 */
157
163
 
158
164
OAuth2Reply::OAuth2Reply(const PendingCall &call):