mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
clean up, removed not needed old ConnectionsDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1843 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0837cc86ef
commit
0f69d49bde
4 changed files with 4 additions and 1220 deletions
|
@ -291,7 +291,7 @@ void NetworkDialog::peerdetails()
|
|||
void NetworkDialog::showpeerdetails(std::string id)
|
||||
{
|
||||
#ifdef NET_DEBUG
|
||||
std::cerr << "ConnectionsDialog::showpeerdetails()" << std::endl;
|
||||
std::cerr << "NetworkDialog::showpeerdetails()" << std::endl;
|
||||
#endif
|
||||
if ((connectdialog) && (connectdialog -> loadPeer(id)))
|
||||
{
|
||||
|
@ -584,7 +584,7 @@ RsCertId getNeighRsCertId(QTreeWidgetItem *i)
|
|||
std::string NetworkDialog::loadneighbour()
|
||||
{
|
||||
#ifdef NET_DEBUG
|
||||
std::cerr << "ConnectionsDialog::loadneighbour()" << std::endl;
|
||||
std::cerr << "NetworkDialog::loadneighbour()" << std::endl;
|
||||
#endif
|
||||
QString fileName = QFileDialog::getOpenFileName(this, tr("Select Certificate"), "",
|
||||
tr("Certificates (*.pqi *.pem)"));
|
||||
|
@ -602,7 +602,7 @@ void NetworkDialog::addneighbour()
|
|||
{
|
||||
QTreeWidgetItem *c = getCurrentNeighbour();
|
||||
#ifdef NET_DEBUG
|
||||
std::cerr << "ConnectionsDialog::addneighbour()" << std::endl;
|
||||
std::cerr << "NetworkDialog::addneighbour()" << std::endl;
|
||||
#endif
|
||||
/*
|
||||
rsServer->NeighAddFriend(getNeighRsCertId(c));
|
||||
|
@ -613,7 +613,7 @@ void NetworkDialog::authneighbour()
|
|||
{
|
||||
QTreeWidgetItem *c = getCurrentNeighbour();
|
||||
#ifdef NET_DEBUG
|
||||
std::cerr << "ConnectionsDialog::authneighbour()" << std::endl;
|
||||
std::cerr << "NetworkDialog::authneighbour()" << std::endl;
|
||||
#endif
|
||||
/*
|
||||
RsAuthId code;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue