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:
defnax 2010-04-08 16:33:10 +00:00
parent c30e0c071e
commit 92df7037b2
6 changed files with 488 additions and 1 deletions

View file

@ -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: