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:
Christian Stenger
2015-11-25 15:33:17 +01:00
committed by Alessandro Portale
parent 1ad0d015b9
commit 1c1e700916

View File

@@ -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;
}