Skip to content
Commit 5c1784bd authored by Ahmad Samir's avatar Ahmad Samir
Browse files

General code cleanup

- Fixed some clazy warnings (don't call first/last() on a temp. container)
- Remove QCoreApplication::flush() calls since it's deprecated upstream,
  those calls do nothing anyway (empty implementations in both the glib and
  unix code paths upstream)
- More range for
- Port to QGuiApplication::primaryScreen()
- More PMF signal/slot syntax
- Don't flush an iostream with every iteration through a for loop, just once
  after the loop should be enough
parent d940b789
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