Make compatible with Qt 4.3.4

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1198 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-05-08 18:43:01 +00:00
parent 2172dbf55e
commit 0c41943958
2 changed files with 191 additions and 205 deletions

View file

@ -715,7 +715,7 @@ void PopupChatDialog::addExtraFile()
SubFileItem *file = new SubFileItem(filePath);
//file->
ui.SendLayout->addWidget(file, 1, 0);
ui.vboxLayout->addWidget(file, 1, 0);
//when the file is local or is finished hashing, call the fileHashingFinished method to send a chat message
if (file->getState() == SFI_STATE_LOCAL) {