mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 17:21:05 -04:00
* Added new Forums GUI to Unfinished Applications.
* added rsforums.h interface file. * at exit() we now call rsGlobalShutDown() to stop Upnp properly. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@494 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
94371600be
commit
9c015a22c2
8 changed files with 1912 additions and 13 deletions
|
@ -64,6 +64,7 @@ HEADERS += rshare.h \
|
|||
gui/PhotoDialog.h \
|
||||
gui/PhotoShow.h \
|
||||
gui/LinksDialog.h \
|
||||
gui/ForumsDialog.h \
|
||||
gui/NetworkView.h \
|
||||
gui/MessengerWindow.h \
|
||||
gui/PeersDialog.h \
|
||||
|
@ -158,6 +159,7 @@ FORMS += gui/ChatDialog.ui \
|
|||
gui/PhotoDialog.ui \
|
||||
gui/PhotoShow.ui \
|
||||
gui/LinksDialog.ui \
|
||||
gui/ForumsDialog.ui \
|
||||
gui/NetworkView.ui \
|
||||
gui/MessengerWindow.ui \
|
||||
gui/PeersDialog.ui \
|
||||
|
@ -222,6 +224,7 @@ SOURCES += main.cpp \
|
|||
gui/PhotoDialog.cpp \
|
||||
gui/PhotoShow.cpp \
|
||||
gui/LinksDialog.cpp \
|
||||
gui/ForumsDialog.cpp \
|
||||
gui/NetworkView.cpp \
|
||||
gui/MessengerWindow.cpp \
|
||||
gui/PeersDialog.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue