mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-27 18:12:21 -04:00
Added a new CreateChannelMsg Dialog as replacement for GeneralMessage for Channels.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2070 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
15fc60903d
commit
a44d28d7de
8 changed files with 995 additions and 27 deletions
|
@ -188,6 +188,7 @@ HEADERS += rshare.h \
|
|||
gui/profile/ProfileWidget.h \
|
||||
gui/profile/StatusMessage.h \
|
||||
gui/chat/PopupChatDialog.h \
|
||||
gui/channels/CreateChannelMsg.h \
|
||||
gui/connect/ConnectDialog.h \
|
||||
gui/connect/ConfCertDialog.h \
|
||||
gui/msgs/ChanMsgDialog.h \
|
||||
|
@ -270,6 +271,7 @@ FORMS += gui/StartDialog.ui \
|
|||
gui/profile/ProfileEdit.ui \
|
||||
gui/profile/ProfileWidget.ui \
|
||||
gui/profile/StatusMessage.ui \
|
||||
gui/channels/CreateChannelMsg.ui \
|
||||
gui/chat/PopupChatDialog.ui \
|
||||
gui/connect/ConnectDialog.ui \
|
||||
gui/connect/ConfCertDialog.ui \
|
||||
|
@ -363,6 +365,7 @@ SOURCES += main.cpp \
|
|||
gui/profile/ProfileEdit.cpp \
|
||||
gui/profile/ProfileWidget.cpp \
|
||||
gui/profile/StatusMessage.cpp \
|
||||
gui/channels/CreateChannelMsg.cpp \
|
||||
gui/chat/PopupChatDialog.cpp \
|
||||
gui/connect/ConnectDialog.cpp \
|
||||
gui/connect/ConfCertDialog.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue