Skip to content
Commit a449fbea authored by Hennadii Chernyshchyk's avatar Hennadii Chernyshchyk Committed by Méven Car
Browse files

Simplify QuickEditor

1. Replaced `QRegion mScreenRegion` with `QRect mScreensRect` to avoid extra conversion (`QRegion` is never directly used needed) and called `preparePaint()` earlier to reuse `mScreensRect` for getting pixmap size.
2. Moved some complicated stuff from constructor to separate functions.
3. Changed header formatting in accordance with the used style in new files.
4. Passed WindowFlags to the QWidget constructor directly.
parent 903852d1
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