mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04: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
2 changed files with 17 additions and 14 deletions
|
@ -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:
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue