QEverCloud  3.0.3
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 
33 } // namespace qevercloud
34 
35 #endif // QEVERCLOUD_GLOBALS_H
qevercloud
Definition: AsyncResult.h:18
qevercloud::evernoteNetworkAccessManager
QEVERCLOUD_EXPORT QNetworkAccessManager * evernoteNetworkAccessManager()
qevercloud::libraryVersion
QEVERCLOUD_EXPORT int libraryVersion()
QEVERCLOUD_EXPORT
#define QEVERCLOUD_EXPORT
Definition: export.h:23
export.h