mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 15:20:25 -04:00
GxsForums:
- added automatic refresh after subscribe/unsubscribe - removed some debug output - moved GxsForumsDialog.* to gui/gxsforums git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6505 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6ac95b28cd
commit
11d2701edc
6 changed files with 55 additions and 55 deletions
|
@ -1051,18 +1051,18 @@ circles {
|
|||
|
||||
|
||||
gxsforums {
|
||||
|
||||
HEADERS += gui/GxsForumsDialog.h \
|
||||
|
||||
HEADERS += gui/gxsforums/GxsForumsDialog.h \
|
||||
gui/gxsforums/GxsForumGroupDialog.h \
|
||||
gui/gxsforums/CreateGxsForumMsg.h \
|
||||
gui/gxsforums/GxsForumThreadWidget.h \
|
||||
gui/gxsforums/GxsForumsFillThread.h
|
||||
|
||||
FORMS += gui/GxsForumsDialog.ui \
|
||||
|
||||
FORMS += gui/gxsforums/GxsForumsDialog.ui \
|
||||
gui/gxsforums/CreateGxsForumMsg.ui \
|
||||
gui/gxsforums/GxsForumThreadWidget.ui
|
||||
|
||||
SOURCES += gui/GxsForumsDialog.cpp \
|
||||
|
||||
SOURCES += gui/gxsforums/GxsForumsDialog.cpp \
|
||||
gui/gxsforums/GxsForumGroupDialog.cpp \
|
||||
gui/gxsforums/CreateGxsForumMsg.cpp \
|
||||
gui/gxsforums/GxsForumThreadWidget.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue