-Removed the status dropdown from BlogDialog.ui

Added a button to set the users status
-Changed the setStatus code for testing (just prints the users status)
-Fixed a typo in one of the comments in rsQblog.h
-Renamed a few of the Qt objects and a few of the variables/functions in 
the code so that they made more logical sense.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@542 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
rwoodruff91 2008-05-10 12:16:34 +00:00
parent ae96b742b1
commit 4450f1e911
4 changed files with 53 additions and 107 deletions

View file

@ -32,7 +32,7 @@
#include <map>
/* delcare interafce for everyone o use */
/* delcare interface for everyone to use */
class RsQblog;
extern RsQblog *rsQblog;