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

@ -149,8 +149,10 @@ bool ShareManager::messageBoxOk(QString msg)
return true;
}
void ShareManager::showEvent(QShowEvent *event)
{
if (!event->spontaneous())
{
load();
}
}

View File

@ -44,6 +44,7 @@ public:
public slots:
protected:
virtual void showEvent(QShowEvent * event);
private slots: