Commit 919978af authored by Marc Mutz's avatar Marc Mutz
Browse files

dbusmenu: eradicate Q_FOREACH loops


... by replacing them with C++11 range-for loops.

Saves ~1.7KiB in text size across all plugins and libs
(statically) linking in QtPlatformSupport (optimized
GCC 6.1 Linux AMD 64 build).

Change-Id: I492bf2d6afe9bccdc1237003388fcb83a2261dba
Reviewed-by: default avatarEdward Welbourne <edward.welbourne@qt.io>
Showing with 8 additions and 7 deletions
Supports Markdown
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