~diegosarmentero/clickmanager-plugin/sign-url

« back to all changes in this revision

Viewing changes to tests/fakessoservice.h

  • Committer: Diego Sarmentero
  • Date: 2013-09-26 11:08:24 UTC
  • Revision ID: diego.sarmentero@gmail.com-20130926110824-c4pscvofi2nkevgi
fixing includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define FAKESSOSERVICE_H
3
3
 
4
4
#include <QObject>
5
 
#include <ubuntuoneauth-2.0/token.h>
 
5
#include <token.h>
6
6
 
7
7
using namespace UbuntuOne;
8
8