Commit b366530f authored by Edward Welbourne's avatar Edward Welbourne Committed by The Qt Project
Browse files

Simplified repeated #if-ery and entangled conditionals.


Three checks of the same #if managed to save repetition of (if I felt
charitable) three shared lines, compared to combining the three into
one, which leaves the code easier to read (and obviates the need for
one of the "shared" lines).  Split a long line while moving it.

Change-Id: I762d10ae1df1224c749206b8eb490bafd7ea4900
Reviewed-by: default avatarTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>
parent 2027c0b9
Branches
Tags
No related merge requests found
Showing with 7 additions and 9 deletions
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