QEverCloud  4.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 #include <QNetworkAccessManager>
14 
18 namespace qevercloud {
19 
26 QEVERCLOUD_EXPORT QNetworkAccessManager * evernoteNetworkAccessManager();
27 
32 
36 QEVERCLOUD_EXPORT void setConnectionTimeout(int timeout);
37 
42 
43 } // namespace qevercloud
44 
45 #endif // QEVERCLOUD_GLOBALS_H
qevercloud::connectionTimeout
QEVERCLOUD_EXPORT int connectionTimeout()
qevercloud
Definition: AsyncResult.h:18
qevercloud::evernoteNetworkAccessManager
QEVERCLOUD_EXPORT QNetworkAccessManager * evernoteNetworkAccessManager()
qevercloud::libraryVersion
QEVERCLOUD_EXPORT int libraryVersion()
qevercloud::setConnectionTimeout
QEVERCLOUD_EXPORT void setConnectionTimeout(int timeout)
QEVERCLOUD_EXPORT
#define QEVERCLOUD_EXPORT
Definition: export.h:19
export.h