mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 06:20:44 -04:00
* removed old config path
* added FindWindow for Library Dialog * Fixed Cancel Button of ShareFiles git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@702 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b522636e08
commit
622914c923
9 changed files with 321 additions and 429 deletions
|
@ -1,7 +1,7 @@
|
|||
/****************************************************************
|
||||
* RetroShare is distributed under the following license:
|
||||
*
|
||||
* Copyright (C) 2008, crypton
|
||||
* Copyright (C) 2008, defnax
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
@ -41,7 +41,7 @@ public:
|
|||
LibraryDialog(QWidget *parent = 0);
|
||||
/** Default Destructor */
|
||||
|
||||
|
||||
QString filePass();
|
||||
|
||||
private slots:
|
||||
|
||||
|
@ -53,6 +53,7 @@ private slots:
|
|||
void CallShowDetailsBtn_library();
|
||||
void CallCreateAlbumBtn_library();
|
||||
void CallDeleteAlbumBtn_library();
|
||||
void CallFindBtn_library();
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue