[patch] KProtocolManager (kio/kio) extensions for application-specific user agent string

Hans Meine hans_meine at gmx.net
Fri Feb 8 09:42:40 GMT 2008


Am Mittwoch, 06. Februar 2008 14:34:59 schrieb Jarosław Staniek:
> +  struct utsname unameBuf;
> +  if ( 0 != uname( &unameBuf ) )
> +    return false;
> +#ifdef Q_WS_WIN
> +  // we do not use unameBuf.sysname information constructed in kdewin32
> +  // because we want to get separate name and version
> +  systemName = QLatin1String( "Windows" );

Is there a good reason why kdewin32 does not fill unameBuf.sysname and 
unameBuf.release with separate information in the first place?  (Disclaimer: 
Did not look at that, just read the above.)

Ciao, /  /
     /--/
    /  / ANS




More information about the kde-core-devel mailing list