Fix build with GCC.
This commit is contained in:
parent
a38b60636a
commit
7ed87d049f
2 changed files with 0 additions and 5 deletions
|
|
@ -133,10 +133,6 @@ QFixed LineBreakHelper::negativeRightBearing() const {
|
||||||
return qAbs(rightBearing);
|
return qAbs(rightBearing);
|
||||||
}
|
}
|
||||||
|
|
||||||
QString DebugCurrentParsingString, DebugCurrentParsingPart;
|
|
||||||
int DebugCurrentParsingFrom = 0;
|
|
||||||
int DebugCurrentParsingLength = 0;
|
|
||||||
|
|
||||||
void addNextCluster(
|
void addNextCluster(
|
||||||
int &pos,
|
int &pos,
|
||||||
int end,
|
int end,
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,6 @@ void TableLayout::paintEvent(QPaintEvent *e) {
|
||||||
|
|
||||||
auto path = QPainterPath();
|
auto path = QPainterPath();
|
||||||
path.addRoundedRect(inner, _st.radius, _st.radius);
|
path.addRoundedRect(inner, _st.radius, _st.radius);
|
||||||
auto top = half;
|
|
||||||
for (auto i = 1, count = int(_rows.size()); i != count; ++i) {
|
for (auto i = 1, count = int(_rows.size()); i != count; ++i) {
|
||||||
const auto y = _rows[i].top - half;
|
const auto y = _rows[i].top - half;
|
||||||
path.moveTo(half, y);
|
path.moveTo(half, y);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue