mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 16:39:43 -05:00
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:
parent
7652e831e8
commit
4a410fbfb6
@ -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;
|
||||
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user