mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
gcc44 compliance for gui
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1218 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ec072e53f4
commit
e4363d4db2
@ -23,6 +23,7 @@
|
||||
#define _GENERAL_MSG_DIALOG_H
|
||||
|
||||
#include "ui_GeneralMsgDialog.h"
|
||||
#include <stdint.h>
|
||||
|
||||
class SubDestItem;
|
||||
class SubFileItem;
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include <QtGui/QGraphicsView>
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <stdint.h>
|
||||
|
||||
class Node;
|
||||
class Edge;
|
||||
|
@ -39,6 +39,7 @@
|
||||
|
||||
#include <QGraphicsItem>
|
||||
#include <QList>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "ui_BlogMsgItem.h"
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
class FeedHolder;
|
||||
class SubFileItem;
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "ui_ChanMsgItem.h"
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
class FeedHolder;
|
||||
class SubFileItem;
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "ui_ChanNewItem.h"
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
class FeedHolder;
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#define _FEED_HOLDER_H
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
const uint32_t FEEDHOLDER_MSG_MESSAGE = 0x0001;
|
||||
const uint32_t FEEDHOLDER_MSG_FORUM = 0x0002;
|
||||
|
@ -27,6 +27,7 @@
|
||||
class FeedHolder;
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
class ForumMsgItem : public QWidget, private Ui::ForumMsgItem
|
||||
{
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "ui_ForumNewItem.h"
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
class FeedHolder;
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "ui_MsgItem.h"
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
class FeedHolder;
|
||||
class SubFileItem;
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "ui_PeerItem.h"
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
const uint32_t PEER_TYPE_STD = 0x0001;
|
||||
const uint32_t PEER_TYPE_CONNECT = 0x0002;
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "ui_SubDestItem.h"
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
class SubDestItem : public QWidget, private Ui::SubDestItem
|
||||
{
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "ui_SubFileItem.h"
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
const uint32_t SFI_MASK_STATE = 0x000f;
|
||||
const uint32_t SFI_MASK_TYPE = 0x00f0;
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <list>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
class RsNotify;
|
||||
extern RsNotify *rsNotify;
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <list>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef std::string RsCertId;
|
||||
typedef std::string RsChanId;
|
||||
|
Loading…
Reference in New Issue
Block a user