proper update of shared list when list is modiffied from a different place

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1363 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
alexandrut 2009-07-12 21:03:26 +00:00
parent 17374bf299
commit fe2934f6db
2 changed files with 17 additions and 14 deletions

View file

@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
****************************************************************/
@ -44,6 +44,7 @@ public:
public slots:
protected:
virtual void showEvent(QShowEvent * event);
private slots:
@ -52,7 +53,7 @@ private slots:
void addShareDirectory();
void removeShareDirectory();
private: