QEverCloud  3.0.0
Unofficial Evernote Cloud API for Qt
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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
#define QEVERCLOUD_EXPORT
Definition: export.h:23
QEVERCLOUD_EXPORT QNetworkAccessManager * evernoteNetworkAccessManager()
QEVERCLOUD_EXPORT int libraryVersion()
Definition: AsyncResult.h:18