mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
desactivated TrustMatrix, by the time we decide wether it is worth keeping it, and implement a better version of it
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5308 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c21fd10521
commit
233914c02d
@ -32,7 +32,7 @@
|
||||
#include "common/vmessagebox.h"
|
||||
#include "common/RSTreeWidgetItem.h"
|
||||
#include "NetworkDialog.h"
|
||||
#include "TrustView.h"
|
||||
//#include "TrustView.h"
|
||||
#include "NetworkView.h"
|
||||
#include "GenCertDialog.h"
|
||||
#include "connect/ConfCertDialog.h"
|
||||
@ -145,7 +145,7 @@ NetworkDialog::NetworkDialog(QWidget *parent)
|
||||
ui.connecttreeWidget->sortItems( 1, Qt::AscendingOrder );
|
||||
ui.unvalidGPGkeyWidget->sortItems( 1, Qt::AscendingOrder );
|
||||
|
||||
ui.networkTab->addTab(new TrustView(),QString(tr("Authentication matrix")));
|
||||
// ui.networkTab->addTab(new TrustView(),QString(tr("Authentication matrix")));
|
||||
ui.networkTab->addTab(networkview = new NetworkView(),QString(tr("Network View")));
|
||||
|
||||
ui.showUnvalidKeys->setMinimumWidth(20);
|
||||
|
Loading…
Reference in New Issue
Block a user