Don't download all the time list
[kdepim.git] / storageservicemanager / storageservicemanagersettingsjob.h
blobbd87ad7f456f3dc9cbc8da3d5d0335c1e6fa3656
1 /*
2 Copyright (c) 2014-2015 Montel Laurent <montel@kde.org>
4 This library is free software; you can redistribute it and/or modify it
5 under the terms of the GNU Library General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or (at your
7 option) any later version.
9 This library is distributed in the hope that it will be useful, but WITHOUT
10 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
12 License for more details.
14 You should have received a copy of the GNU Library General Public License
15 along with this library; see the file COPYING.LIB. If not, write to the
16 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 02110-1301, USA.
21 #ifndef STORAGESERVICEMANAGERSETTINGSJOB_H
22 #define STORAGESERVICEMANAGERSETTINGSJOB_H
24 #include "pimcommon/isettingsjob.h"
26 class StorageServiceManagerSettingsJob : public PimCommon::ISettingsJob
28 public:
29 StorageServiceManagerSettingsJob();
30 ~StorageServiceManagerSettingsJob();
32 QString youSendItApiKey() const Q_DECL_OVERRIDE;
33 QString dropboxOauthConsumerKey() const Q_DECL_OVERRIDE;
34 QString dropboxOauthSignature() const Q_DECL_OVERRIDE;
35 QString boxClientId() const Q_DECL_OVERRIDE;
36 QString boxClientSecret() const Q_DECL_OVERRIDE;
37 QString hubicClientId() const Q_DECL_OVERRIDE;
38 QString hubicClientSecret() const Q_DECL_OVERRIDE;
39 QString dropboxRootPath() const Q_DECL_OVERRIDE;
40 QString oauth2RedirectUrl() const Q_DECL_OVERRIDE;
41 QString hubicScope() const Q_DECL_OVERRIDE;
42 QString gdriveClientId() const Q_DECL_OVERRIDE;
43 QString gdriveClientSecret() const Q_DECL_OVERRIDE;
44 QString defaultUploadFolder() const Q_DECL_OVERRIDE;
47 #endif // STORAGESERVICEMANAGERSETTINGSJOB_H