Port isf-qt to giflib 5 and clean build warnings
This commit is contained in:
@@ -985,7 +985,8 @@ NetworkWindow::~NetworkWindow()
|
||||
&& message[ p2pDataStart ] == '\x80' )
|
||||
{
|
||||
// Webcam invitation
|
||||
QString camMessage( QString::fromUtf16( reinterpret_cast<const ushort *>( dataPtr + 10 ), ( safeSize - 10 - 1 ) / 2 ) );
|
||||
QString camMessage( QString::fromUtf16( reinterpret_cast<const char16_t *>( dataPtr + 10 ),
|
||||
( safeSize - 10 - 1 ) / int( sizeof( char16_t ) ) ) );
|
||||
|
||||
logMessage += "\n<br>" + formatRawData( incoming, message, p2pDataStart, 10, 1 ) // 1 per col.
|
||||
+ "\n<br>" + formatString( camMessage )
|
||||
@@ -1431,6 +1432,3 @@ NetworkWindow::~NetworkWindow()
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#include "networkwindow.moc"
|
||||
|
||||
Reference in New Issue
Block a user