mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
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:
parent
2172dbf55e
commit
0c41943958
2 changed files with 191 additions and 205 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue