forked from qt-creator/qt-creator
Utils: Fix compile for Qt5.4 + gcc 4.7.3
Change-Id: I3490e9fab2cd7c6f0a4e88dcc97d7894ee4a14b1 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
committed by
Alessandro Portale
parent
1ad0d015b9
commit
1c1e700916
@@ -213,8 +213,7 @@ QString Icon::imageFileName() const
|
||||
|
||||
Icon& Icon::operator=(const Icon &other)
|
||||
{
|
||||
clear();
|
||||
append(other);
|
||||
QVector::operator =(other);
|
||||
m_style = other.m_style;
|
||||
return *this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user