mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 22:30:42 -04:00
Update notifications for Links Cloud and Photo Show.
Improvements to the Photo system. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@382 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fb229c96da
commit
5410a20756
12 changed files with 424 additions and 91 deletions
|
@ -49,17 +49,18 @@ private slots:
|
|||
|
||||
void updatePhotoList();
|
||||
|
||||
|
||||
void removePhoto();
|
||||
void updatePhoto();
|
||||
void addPhotos();
|
||||
|
||||
void checkUpdate();
|
||||
|
||||
void showPhoto( QTreeWidgetItem *item, int column);
|
||||
|
||||
private:
|
||||
|
||||
void addShows(std::string peerid);
|
||||
|
||||
void addPhoto(QString filename);
|
||||
void showPhoto(QString filename);
|
||||
|
||||
/* Worker Functions */
|
||||
/* (1) Update Display */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue