fix Ubuntu build

This commit is contained in:
Thijs Wenker 2014-11-14 19:27:27 +01:00
parent e964741e30
commit 76ae60c5ca

View file

@ -133,7 +133,7 @@ TextOverlay* TextOverlay::createClone() {
void TextOverlay::writeToClone(TextOverlay* clone) {
Overlay2D::writeToClone(clone);
clone->_text = QString::QString(_text);
clone->_text = _text;
clone->_backgroundColor = _backgroundColor;
clone->_leftMargin = _leftMargin;
clone->_topMargin = _topMargin;