Fix mangling of '@' in KURL's pretty printing.

This resolves TDE/tdepim#71.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/195/head
Michele Calgaro 1 year ago
parent 9cff750d6c
commit 89f3dfb35e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1608,7 +1608,7 @@ TQString KURL::prettyURL( int _trailing ) const
}
else
{
u += trailingSlash( _trailing, lazy_encode( m_strPath ) );
u += trailingSlash( _trailing, lazy_encode( m_strPath, false ) );
}
if (!m_strQuery_encoded.isNull())

Loading…
Cancel
Save