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:
parent
1b28e7838d
commit
ad83be2cd3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user