mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
Code maintenance
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7336 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
471f4357ba
commit
d2bd938e82
2 changed files with 4 additions and 5 deletions
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include <retroshare/rsgxschannels.h>
|
||||
#include "gui/gxs/GxsFeedItem.h"
|
||||
#include "ui_GxsChannelPostItem.h"
|
||||
#include <stdint.h>
|
||||
|
||||
namespace Ui {
|
||||
|
@ -82,7 +81,7 @@ private:
|
|||
uint32_t mSubscribeFlags;
|
||||
RsGxsChannelPost mPost;
|
||||
|
||||
std::list<SubFileItem *> mFileItems;
|
||||
std::list<SubFileItem*> mFileItems;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::GxsChannelPostItem *ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue