Compiler warning in khtml_part.cpp

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Fri Oct 24 16:57:16 BST 2008


Hi,

line 5739 in khtml_part.cpp looks strange to me (and gcc complains):

if ( (*childFrame)->m_part )
{
   if ( (*childFrame)->m_extension )
   if ( (*childFrame)->m_extension && !(*fBufferIt).isEmpty() )
   {
     QDataStream frameStream( *fBufferIt );
     (*childFrame)->m_extension->restoreState( frameStream );
   }
   else
     (*childFrame)->m_part->openUrl( *fURLIt );
}

There's no indentation so I don't know what to do here.


Christian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 258 bytes
Desc: OpenPGP digital signature
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20081024/b1d0afd3/attachment.sig>


More information about the kfm-devel mailing list