mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-15 01:25:56 -04:00
Fixed Windows compile.
This commit is contained in:
parent
66691d4f37
commit
1d54630007
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
||||||
#include <retroshare-gui/configpage.h>
|
#include <retroshare-gui/configpage.h>
|
||||||
#include "ui_ServerPage.h"
|
#include "ui_ServerPage.h"
|
||||||
#include "RsAutoUpdatePage.h"
|
#include "RsAutoUpdatePage.h"
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
class QNetworkReply;
|
class QNetworkReply;
|
||||||
class QNetworkAccessManager;
|
class QNetworkAccessManager;
|
||||||
|
@ -98,7 +99,7 @@ private:
|
||||||
QNetworkAccessManager *manager ;
|
QNetworkAccessManager *manager ;
|
||||||
|
|
||||||
bool mIsHiddenNode;
|
bool mIsHiddenNode;
|
||||||
u_int32_t mHiddenType;
|
uint32_t mHiddenType;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // !SERVERPAGE_H
|
#endif // !SERVERPAGE_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue