QEverCloud  6.1.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 
74 
76 
82 
83 } // namespace qevercloud
84 
85 #endif // QEVERCLOUD_GLOBALS_H
qevercloud::resetEvernoteNetworkProxy
QEVERCLOUD_EXPORT void resetEvernoteNetworkProxy()
Export.h
qevercloud
Definition: AsyncResult.h:21
qevercloud::initializeQEverCloud
QEVERCLOUD_EXPORT void initializeQEverCloud()
qevercloud::setEvernoteNetworkProxy
QEVERCLOUD_EXPORT void setEvernoteNetworkProxy(QNetworkProxy proxy)
qevercloud::libraryVersion
QEVERCLOUD_EXPORT int libraryVersion()
QEVERCLOUD_EXPORT
#define QEVERCLOUD_EXPORT
Definition: Export.h:19
qevercloud::evernoteNetworkProxy
QEVERCLOUD_EXPORT QNetworkProxy evernoteNetworkProxy()