restored the profile manager, but only kept the export button

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6251 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-03-19 21:10:54 +00:00
parent 9348310f79
commit 1353cd3411
3 changed files with 64 additions and 115 deletions

View file

@ -49,7 +49,7 @@ CryptoPage::CryptoPage(QWidget * parent, Qt::WFlags flags)
connect(ui._useOldFormat_CB, SIGNAL(toggled(bool)), this, SLOT(load()));
// hide profile manager as it causes bugs when generating a new profile.
ui.profile_Button->hide() ;
//ui.profile_Button->hide() ;
/* Hide platform specific features */
#ifdef Q_WS_WIN