~blue-shell/accounts/trunk

« back to all changes in this revision

Viewing changes to src/jobs/createaccount.h

  • Committer: Àlex Fiestas
  • Date: 2013-05-20 19:14:10 UTC
  • Revision ID: git-v1:b8f197afa5d9664f5e89ade25d7b840e5f60c629
Create account and identity for owncloud generic

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
    private Q_SLOTS:
46
46
        void processSessionOwncloud();
 
47
        void accountCreated();
47
48
        void processSession();
48
49
        void error(const SignOn::Error &error);
49
50
        void response(const SignOn::SessionData &data);