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:
libris 2007-12-14 16:19:44 +00:00
parent 5deaf2658b
commit beb7612c35
13 changed files with 371 additions and 217 deletions

View file

@ -19,3 +19,11 @@
* Boston, MA 02110-1301, USA.
****************************************************************/
#include "mySubscriptionsDialog.h"
MySubscriptionsDialog::MySubscriptionsDialog(QWidget * parent) : QDialog
(parent)
{
setupUi(this);
}