~blue-shell/accounts/stable

« back to all changes in this revision

Viewing changes to src/owncloud/jobs/ocreatefile.h

  • Committer: Àlex Fiestas
  • Date: 2013-04-29 13:48:22 UTC
  • Revision ID: git-v1:81c2051ef8208dcc49c28e5079814f50fcc10a30
Try to fetch the realm from owncloud server, if we can't use the schema

This fixes kio asking for the password again

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        virtual void start();
33
33
 
34
34
    private Q_SLOTS:
 
35
        void getRealm();
 
36
        void gotRealm(KJob* job);
35
37
        void createNetAttach();
36
38
 
37
39
    private:
 
40
        QString m_realm;
38
41
        KConfigGroup m_config;
39
42
};
40
43