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:
drbob 2008-04-24 13:14:58 +00:00
parent 98eabbabe0
commit e42a4cf463
5 changed files with 1174 additions and 0 deletions

View file

@ -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 \