mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 07:35:12 -04:00
Channels: Activation of a simple prototype for the new Channels module. This is non-functional but gives an idea of some of the features we want to incorporate. It has been activated primarily as an aid to the Channels Team. Feedback and suggestions welcome.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@279 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5deaf2658b
commit
beb7612c35
13 changed files with 371 additions and 217 deletions
|
@ -19,3 +19,11 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
****************************************************************/
|
||||
|
||||
#include "mySubscriptionsDialog.h"
|
||||
|
||||
MySubscriptionsDialog::MySubscriptionsDialog(QWidget * parent) : QDialog
|
||||
(parent)
|
||||
{
|
||||
setupUi(this);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue