Added connect the Thumbnail Button for select Images/Pictures to use it as Thumbnail for your Channel Item

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2073 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-01-18 22:30:21 +00:00
parent eab78c5c03
commit 20646fb349
3 changed files with 34 additions and 5 deletions

View file

@ -42,6 +42,8 @@ public:
bool local, std::string srcId);
void newChannelMsg();
QPixmap picture;
protected:
virtual void dragEnterEvent(QDragEnterEvent *event);
@ -53,6 +55,8 @@ private slots:
void cancelMsg();
void sendMsg();
void addThumbnail();
private: