Skip to content
Commit 4c72106b authored by Raphael Kubo da Costa's avatar Raphael Kubo da Costa
Browse files

Do not shadow the counter variable in queryForAndUpdateAllXWindows.

`i' was being used as both the uint counter variable and as a QMap
iterator, which caused a warning with gcc and -Wshadow and made the
build fail with clang.

CCMAIL: johnflux@gmail.com
parent bae4852f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment