removed test about box text output

This commit is contained in:
John Preston 2014-07-09 10:12:39 +04:00
parent 836758be94
commit 000d2056f6
1 changed files with 0 additions and 2 deletions

View File

@ -92,8 +92,6 @@ void AboutBox::paintEvent(QPaintEvent *e) {
p.setFont(st::aboutVersionFont->f);
p.setPen(st::aboutVersionColor->p);
p.drawText((_width - _versionWidth) / 2, st::aboutVersionTop + st::aboutVersionFont->ascent, _versionText);
p.drawText(10, 30, "t\n\nt\nt");
}
} else {
p.setOpacity(a_opacity.current());