code style
This commit is contained in:
parent
6c2665ff6f
commit
0271eb0df7
|
@ -29,8 +29,9 @@ protected:
|
|||
private:
|
||||
inline void updateOverlayGeometry()
|
||||
{
|
||||
if (_overlay)
|
||||
if (_overlay) {
|
||||
_overlay->setGeometry(rect());
|
||||
}
|
||||
}
|
||||
|
||||
RippleOverlay *const _overlay;
|
||||
|
|
Loading…
Reference in New Issue