mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-16 13:02:27 -04:00
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:
parent
f0fb3db541
commit
22b74c8e63
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue