Remove qFill from the Windows XP style

QtAlgorithms is getting deprecated,
see http://www.mail-archive.com/development@qt-project.org/msg01603.html

Change-Id: Ia5d4a6604a1ec8998d6cb4f03b4c0669a3d6b23f
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Giuseppe D'Angelo 2013-09-03 22:17:02 +02:00 committed by The Qt Project
parent 1b28e7838d
commit ad83be2cd3

View File

@ -279,7 +279,7 @@ void QWindowsXPStylePrivate::init(bool force)
ref.ref();
useXP(true);
qFill(m_themes, m_themes + NThemes, HTHEME(0));
std::fill(m_themes, m_themes + NThemes, HTHEME(0));
}
/* \internal