Simplify window positioning compute, more flexibly handle different available geometries #2912
Annotations
3 warnings and 1 notice
src/gui/systray.cpp:699:16 [modernize-use-trailing-return-type]:
src/gui/systray.cpp#L699
use a trailing return type for this function
|
src/gui/systray.cpp:701:5 [readability-qualified-auto]:
src/gui/systray.cpp#L701
'const auto screen' can be declared as 'auto *const screen'
|
src/gui/systray.cpp:706:16 [modernize-use-trailing-return-type]:
src/gui/systray.cpp#L706
use a trailing return type for this function
|
Run clang-format on src/gui/systray.cpp:
src/gui/systray.cpp#L1
File src/gui/systray.cpp does not conform to Custom style guidelines. (lines 728, 732, 738, 742, 753, 777, 781, 787, 791, 901)
|