mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
fix debug build
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
f9a80a9d0f
commit
1eeb679182
1 changed files with 0 additions and 1 deletions
|
@ -467,7 +467,6 @@ static void copyConverterStateHelper(QTextCodec::ConverterState *dest,
|
|||
{
|
||||
// ### QTextCodec::ConverterState's copy constructors and assignments are
|
||||
// private. This function copies the structure manually.
|
||||
Q_ASSERT(!src->d);
|
||||
dest->flags = src->flags;
|
||||
dest->invalidChars = src->invalidChars;
|
||||
dest->state_data[0] = src->state_data[0];
|
||||
|
|
Loading…
Add table
Reference in a new issue