mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-20 13:24:33 -05:00
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:
parent
17374bf299
commit
fe2934f6db
@ -149,8 +149,10 @@ bool ShareManager::messageBoxOk(QString msg)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void ShareManager::showEvent(QShowEvent *event)
|
||||||
|
{
|
||||||
|
if (!event->spontaneous())
|
||||||
|
{
|
||||||
|
load();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -44,6 +44,7 @@ public:
|
|||||||
public slots:
|
public slots:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
virtual void showEvent(QShowEvent * event);
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user