added proper handling of translation
svn path=/trunk/KDE/kdebase/workspace/; revision=1021412
This commit is contained in:
parent
b2c993dc3e
commit
d403b12336
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ namespace Nitrogen
|
|||
|
||||
switch( index.column() )
|
||||
{
|
||||
case TYPE: return exception.typeName();
|
||||
case TYPE: return exception.typeName( true );
|
||||
case REGEXP: return exception.regExp().pattern();
|
||||
default: return QVariant();
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue