mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
Improvements for ProgressDialog.
- Launch progress dialog after connectWizard. - fix display of location on connectWizard. - add cleanup code to ProgressDialog. - Qt4.7 bugfix. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6616 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5dffde209a
commit
fd66a963d2
5 changed files with 56 additions and 10 deletions
|
@ -237,7 +237,7 @@ FriendsDialog::FriendsDialog(QWidget *parent)
|
|||
|
||||
#if QT_VERSION < 0x040700
|
||||
// embedded images are not supported before QT 4.7.0
|
||||
ui->attachPictureButton->setVisible(false);
|
||||
ui.attachPictureButton->setVisible(false);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue