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