From 4a410fbfb638ece1f4a1ee7dedbeb6e118e79eab Mon Sep 17 00:00:00 2001 From: chrisparker126 Date: Sat, 8 May 2010 17:03:28 +0000 Subject: [PATCH] removed references to qblogs git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2869 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/profile/ProfileEdit.cpp | 7 ------- retroshare-gui/src/gui/profile/ProfileView.cpp | 8 -------- 2 files changed, 15 deletions(-) diff --git a/retroshare-gui/src/gui/profile/ProfileEdit.cpp b/retroshare-gui/src/gui/profile/ProfileEdit.cpp index 959bd7fb2..30597b255 100644 --- a/retroshare-gui/src/gui/profile/ProfileEdit.cpp +++ b/retroshare-gui/src/gui/profile/ProfileEdit.cpp @@ -22,7 +22,6 @@ #include "gui/profile/ProfileEdit.h" #include "rsiface/rspeers.h" -#include "rsiface/rsQblog.h" #include @@ -90,12 +89,6 @@ void ProfileEdit::update() /* load it up! */ std::string pId = "OwnId"; - if (!rsQblog) - { - clear(); - return; - } - std::list< std::pair > profile; std::list< std::pair >::iterator pit; diff --git a/retroshare-gui/src/gui/profile/ProfileView.cpp b/retroshare-gui/src/gui/profile/ProfileView.cpp index 7f58b72f8..f81f47f3c 100644 --- a/retroshare-gui/src/gui/profile/ProfileView.cpp +++ b/retroshare-gui/src/gui/profile/ProfileView.cpp @@ -25,8 +25,6 @@ #include "rsiface/rspeers.h" #include "rsiface/rsmsgs.h" -#include "rsiface/rsQblog.h" - #include #include @@ -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));