removed references to qblogs

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2869 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2010-05-08 17:03:28 +00:00
parent 7652e831e8
commit 4a410fbfb6
2 changed files with 0 additions and 15 deletions

View File

@ -22,7 +22,6 @@
#include "gui/profile/ProfileEdit.h"
#include "rsiface/rspeers.h"
#include "rsiface/rsQblog.h"
#include <sstream>
@ -90,12 +89,6 @@ void ProfileEdit::update()
/* load it up! */
std::string pId = "OwnId";
if (!rsQblog)
{
clear();
return;
}
std::list< std::pair<std::wstring, std::wstring> > profile;
std::list< std::pair<std::wstring, std::wstring> >::iterator pit;

View File

@ -25,8 +25,6 @@
#include "rsiface/rspeers.h"
#include "rsiface/rsmsgs.h"
#include "rsiface/rsQblog.h"
#include <sstream>
#include <QContextMenuEvent>
@ -184,11 +182,6 @@ void ProfileView::update()
mIsOwnId = true; /* switche on context menues */
if (!rsQblog)
{
clear();
return;
}
uint32_t PostTs;
std::wstring BlogPost;
@ -205,7 +198,6 @@ void ProfileView::update()
tr("Error : cannot get peer details."));
}
rsQblog -> getPeerLatestBlog(pId, PostTs, BlogPost);
ui.idLineEdit->setText(QString::fromStdString(pId));
ui.nameLineEdit->setText(QString::fromStdString(detail.name));