enabled OK Button

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3602 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-10-04 18:43:13 +00:00
parent f0fb3db541
commit 22b74c8e63

View File

@ -50,7 +50,7 @@ CreateChannelMsg::CreateChannelMsg(std::string cId)
connect(addfilepushButton, SIGNAL(clicked() ), this , SLOT(addExtraFile()));
connect(addThumbnailButton, SIGNAL(clicked() ), this , SLOT(addThumbnail()));
buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
//buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
setAcceptDrops(true);