Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
QSR 2.1
-
None
-
7214b8822 (dev), 24343bb99 (6.5), 610f88756 (6.5.3)
Description
McCabe complexity check for SafeWindowPrivate constructor fails badly. The constructor has a lot of code that shouldn't be in there. Move that code to it's own function and make it less complex somehow, for example moving the try-catch elsewhere.
See:
src/adaptation/graphics/drm/safewindow_p.cpp@336