mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 17:21:05 -04:00
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:
parent
fc56b95d3f
commit
c447ab2829
6 changed files with 61 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue