Clarify that a variable is currently unused, but I am unaware forsenKek if should be used later
This commit is contained in:
@@ -203,6 +203,8 @@ void TextElement::addToContainer(MessageLayoutContainer &container, MessageEleme
|
||||
width += charWidth;
|
||||
}
|
||||
|
||||
UNUSED(lastWidth); // XXX: What should this be used for (if anything)? KKona
|
||||
|
||||
container.addElement(
|
||||
getTextLayoutElement(text.mid(wordStart), width, this->hasTrailingSpace()));
|
||||
container.breakLine();
|
||||
|
||||
Reference in New Issue
Block a user