mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 06:42:19 -04:00
added Picture Preview Thumbnail patch for Privat Chat from xiaohan and fixed little design improvements
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3344 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
09d5014df5
commit
cfc17398dd
5 changed files with 129 additions and 39 deletions
|
@ -55,6 +55,8 @@ public:
|
|||
std::string FileName() { return mFileName; }
|
||||
uint64_t FileSize() { return mFileSize; }
|
||||
std::string FilePath() { return mPath; }
|
||||
int getPicFlag() { return mPicFlag;}
|
||||
void setPicFlag(int flag) { mPicFlag=flag;}
|
||||
|
||||
void updateItemStatic();
|
||||
|
||||
|
@ -81,6 +83,7 @@ private:
|
|||
uint64_t mFileSize;
|
||||
std::string mSrcId;
|
||||
|
||||
uint32_t mPicFlag;
|
||||
uint32_t mMode;
|
||||
uint32_t mType;
|
||||
uint64_t mDivisor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue