corrected bad commit

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2671 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-04-03 15:59:28 +00:00
parent 1df9ebd5e3
commit 34fefb37aa

View File

@ -70,7 +70,6 @@ ServerPage::ServerPage(QWidget * parent, Qt::WFlags flags)
#ifdef Q_WS_WIN
#endif
_changed = false ;
}
void ServerPage::toggleIpDetermination(bool b)
@ -213,11 +212,6 @@ void ServerPage::toggleUPnP()
}
}
void ServerPage::changed()
{
_changed = true ;
}
void ServerPage::saveAddresses()
{
QString str;