git-svn-id: svn://db.shs.com.ru/libs@625 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -183,7 +183,7 @@ void QVariantEdit::_recreate(const QVariant & new_value) {
|
||||
if (!new_value.isValid()) {
|
||||
if (_cur_edit != _empty) _delete();
|
||||
if (_empty == 0) {
|
||||
_empty = new QLabel(trUtf8("Invalid value"), this);
|
||||
_empty = new QLabel(tr("Invalid value"), this);
|
||||
_empty->setAlignment(Qt::AlignCenter);
|
||||
_cur_edit = _empty;
|
||||
_resize();
|
||||
|
||||
Reference in New Issue
Block a user