mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04:00
Added ShareDialog for ShareManager
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2693 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c30e0c071e
commit
92df7037b2
6 changed files with 488 additions and 1 deletions
|
@ -46,6 +46,9 @@ private:
|
|||
|
||||
public slots:
|
||||
|
||||
void showShareDialog();
|
||||
|
||||
|
||||
protected:
|
||||
virtual void showEvent(QShowEvent * event);
|
||||
|
||||
|
@ -58,6 +61,7 @@ private slots:
|
|||
void removeShareDirectory();
|
||||
void updateFlags(bool);
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue