mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 17:07:17 -05:00
Disabled embedded images for the next stable release.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5570 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
02892d4ae5
commit
b95ecd1109
@ -118,10 +118,10 @@ ChatWidget::ChatWidget(QWidget *parent) :
|
|||||||
|
|
||||||
ui->chatTextEdit->installEventFilter(this);
|
ui->chatTextEdit->installEventFilter(this);
|
||||||
|
|
||||||
#if QT_VERSION < 0x040700
|
//#if QT_VERSION < 0x040700
|
||||||
// embedded images are not supported before QT 4.7.0
|
// embedded images are not supported before QT 4.7.0
|
||||||
ui->attachPictureButton->setVisible(false);
|
ui->attachPictureButton->setVisible(false);
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
resetStatusBar();
|
resetStatusBar();
|
||||||
}
|
}
|
||||||
|
@ -307,10 +307,10 @@ MessageComposer::MessageComposer(QWidget *parent, Qt::WFlags flags)
|
|||||||
ui.hashBox->setDropWidget(this);
|
ui.hashBox->setDropWidget(this);
|
||||||
ui.hashBox->setAutoHide(true);
|
ui.hashBox->setAutoHide(true);
|
||||||
|
|
||||||
#if QT_VERSION < 0x040700
|
//#if QT_VERSION < 0x040700
|
||||||
// embedded images are not supported before QT 4.7.0
|
// embedded images are not supported before QT 4.7.0
|
||||||
ui.imagebtn->setVisible(false);
|
ui.imagebtn->setVisible(false);
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
/* Hide platform specific features */
|
/* Hide platform specific features */
|
||||||
#ifdef Q_WS_WIN
|
#ifdef Q_WS_WIN
|
||||||
|
Loading…
Reference in New Issue
Block a user