mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
Enabled drag and drop in ShareManager to add folders to the share.
Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4172 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
993e0d225c
commit
f29b41f303
4 changed files with 99 additions and 24 deletions
|
@ -48,6 +48,9 @@ private:
|
|||
protected:
|
||||
virtual void showEvent(QShowEvent * event);
|
||||
|
||||
virtual void dragEnterEvent(QDragEnterEvent *event);
|
||||
virtual void dropEvent(QDropEvent *event);
|
||||
|
||||
private slots:
|
||||
/** Create the context popup menu and it's submenus */
|
||||
void shareddirListCurrentCellChanged(int currentRow, int currentColumn, int previousRow, int previousColumn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue