mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
download recommended files from inside links cloud dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1539 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b4ac276ce6
commit
44efa071f4
2 changed files with 91 additions and 39 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.
|
||||
****************************************************************/
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
|||
#include "ui_LinksDialog.h"
|
||||
|
||||
|
||||
class LinksDialog : public MainPage
|
||||
class LinksDialog : public MainPage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -50,6 +50,7 @@ private slots:
|
|||
void voteup_p0();
|
||||
void voteup_m1();
|
||||
void voteup_m2();
|
||||
void downloadSelected();
|
||||
|
||||
void changedSortRank( int index );
|
||||
void changedSortPeriod( int index );
|
||||
|
@ -65,7 +66,7 @@ void changedItem(QTreeWidgetItem *curr, QTreeWidgetItem *prev);
|
|||
void checkAnon();
|
||||
|
||||
void checkUpdate();
|
||||
|
||||
|
||||
private:
|
||||
|
||||
void updateComments(std::string rid, std::string pid);
|
||||
|
@ -84,6 +85,7 @@ void updateComments(std::string rid, std::string pid);
|
|||
/** Defines the actions for the context menu */
|
||||
QAction* voteupAct;
|
||||
QAction* votedownAct;
|
||||
QAction* downloadAct;
|
||||
|
||||
QTreeWidget *exampletreeWidget;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue