QEverCloud  6.2.0
Unofficial Evernote Cloud API for Qt
Globals.h
Go to the documentation of this file.
1 
9 #ifndef QEVERCLOUD_GLOBALS_H
10 #define QEVERCLOUD_GLOBALS_H
11 
12 #include "Export.h"
13 
14 #include <QNetworkProxy>
15 
19 namespace qevercloud {
20 
22 
40 
56 QEVERCLOUD_EXPORT void setEvernoteNetworkProxy(QNetworkProxy proxy);
57 
67 
69 
73 Q_DECL_DEPRECATED_X("libraryVersion is deprecated, use qevercloudVersionMajor/Minor/Patch instead")
75 
77 
83 
84 } // namespace qevercloud
85 
86 #endif // QEVERCLOUD_GLOBALS_H
#define QEVERCLOUD_EXPORT
Definition: Export.h:19
Definition: AsyncResult.h:21
QEVERCLOUD_EXPORT void resetEvernoteNetworkProxy()
QEVERCLOUD_EXPORT void setEvernoteNetworkProxy(QNetworkProxy proxy)
QEVERCLOUD_EXPORT QNetworkProxy evernoteNetworkProxy()
QEVERCLOUD_EXPORT void initializeQEverCloud()
QEVERCLOUD_EXPORT int libraryVersion()