Fixed drag'n'drop of shared files from the SharedFilesDialog to the CreateChannelMsg.

Enabled the usage of remote files.
Added some small const& to the code.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3619 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-10-06 00:08:20 +00:00
parent 791d6144dc
commit fc320cf1a6
5 changed files with 14 additions and 23 deletions

View file

@ -52,8 +52,7 @@ class SubFileItem : public QWidget, private Ui::SubFileItem
public:
/** Default Constructor */
SubFileItem(std::string hash, std::string name, std::string path, uint64_t size,
uint32_t flags, std::string srcId);
SubFileItem(const std::string &hash, const std::string &name, const std::string &path, uint64_t size, uint32_t flags, const std::string &srcId);
/** Default Destructor */