Move stdint.h to header so it can compile under windows.
This commit is contained in:
@@ -21,7 +21,6 @@
|
|||||||
|
|
||||||
#include <QThread>
|
#include <QThread>
|
||||||
|
|
||||||
#include <inttypes.h>
|
|
||||||
#include <vitamtp.h>
|
#include <vitamtp.h>
|
||||||
|
|
||||||
QNetworkReply *HTTPDownloader::reply = NULL;
|
QNetworkReply *HTTPDownloader::reply = NULL;
|
||||||
|
@@ -25,6 +25,8 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QWaitCondition>
|
#include <QWaitCondition>
|
||||||
|
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
class HTTPDownloader : public QObject
|
class HTTPDownloader : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
Reference in New Issue
Block a user