Remove unused non-trivial variable
This commit is contained in:
parent
40815d4d55
commit
0adf0383d8
1 changed files with 0 additions and 1 deletions
|
|
@ -354,7 +354,6 @@ void ImportantTooltip::updateGeometry() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void ImportantTooltip::resizeEvent(QResizeEvent *e) {
|
void ImportantTooltip::resizeEvent(QResizeEvent *e) {
|
||||||
auto inner = countInner();
|
|
||||||
auto contentTop = _st.padding.top();
|
auto contentTop = _st.padding.top();
|
||||||
if (_useTransparency && (_side & RectPart::Bottom)) {
|
if (_useTransparency && (_side & RectPart::Bottom)) {
|
||||||
contentTop += _st.arrow;
|
contentTop += _st.arrow;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue