mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-30 03:21:34 -04:00
Added empty Blog Dialog to Unfinished!
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@519 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
98eabbabe0
commit
e42a4cf463
5 changed files with 1174 additions and 0 deletions
|
@ -50,6 +50,7 @@ HEADERS += rshare.h \
|
|||
gui/ULListDelegate.h \
|
||||
gui/StartDialog.h \
|
||||
gui/ChatDialog.h \
|
||||
gui/BlogDialog.h \
|
||||
gui/NetworkDialog.h \
|
||||
gui/GenCertDialog.h \
|
||||
gui/TransfersDialog.h \
|
||||
|
@ -150,6 +151,7 @@ HEADERS += rshare.h \
|
|||
|
||||
|
||||
FORMS += gui/ChatDialog.ui \
|
||||
gui/BlogDialog.ui \
|
||||
gui/StartDialog.ui \
|
||||
gui/GenCertDialog.ui \
|
||||
gui/NetworkDialog.ui \
|
||||
|
@ -217,6 +219,7 @@ SOURCES += main.cpp \
|
|||
gui/StartDialog.cpp \
|
||||
gui/GenCertDialog.cpp \
|
||||
gui/ChatDialog.cpp \
|
||||
gui/BlogDialog.cpp \
|
||||
gui/NetworkDialog.cpp \
|
||||
gui/TransfersDialog.cpp \
|
||||
gui/graphframe.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue