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