Channels:

- Use destination directory when manually downloading a file from a channel
- Show destination directory in channel details
- Fixed utf8 issue when choosing the destination directory

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6902 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-11-16 13:21:25 +00:00
parent fc56b95d3f
commit c447ab2829
6 changed files with 61 additions and 13 deletions

View file

@ -73,6 +73,8 @@ public:
bool isDownloadable(bool &startable);
bool isPlayable(bool &startable);
void setChannelId(const std::string &channelId) { mChannelId = channelId; }
public slots:
void download();
void play();
@ -95,6 +97,7 @@ private:
std::string mFileName;
uint64_t mFileSize;
std::string mSrcId;
std::string mChannelId;
uint32_t mMode;
uint32_t mType;