forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.6'
Change-Id: I49e8b8442e2b5edffbea19cb2bba97443ebc3d2a
This commit is contained in:
@@ -441,7 +441,7 @@ static QWidget *createbottomSideBarWidget(const QList<WidgetInfo> &widgetInfos)
|
||||
topWidgetInfos.append(widgetInfo);
|
||||
}
|
||||
|
||||
QWidget *widget = topWidgetInfos.first().widget;
|
||||
QWidget *widget = topWidgetInfos.constFirst().widget;
|
||||
if (topWidgetInfos.count() > 1) {
|
||||
QWidget *background = new QWidget();
|
||||
background->setProperty("designerBackgroundColor", true);
|
||||
|
||||
Reference in New Issue
Block a user