mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 23:55:35 -04:00
Initial refreshing and refactoring of photoshare
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5544 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b52f8dd2b1
commit
088e7d61fc
25 changed files with 755 additions and 3583 deletions
14
retroshare-gui/src/gui/PhotoShare/AlbumDialog.cpp
Normal file
14
retroshare-gui/src/gui/PhotoShare/AlbumDialog.cpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
#include "AlbumDialog.h"
|
||||
#include "ui_AlbumDialog.h"
|
||||
|
||||
AlbumDialog::AlbumDialog(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::AlbumDialog)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
AlbumDialog::~AlbumDialog()
|
||||
{
|
||||
delete ui;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue