[PATCH v2 1/1] Update Subsurface with the updated QSysInfo from Qt 5.4

Thiago Macieira thiago at macieira.org
Sun Aug 17 21:17:45 PDT 2014


On Sunday 17 August 2014 21:15:13 Thiago Macieira wrote:
> +       // we need to replace all other ':' with ' ' so that this is easy to
> parse +       // in the "pretty" parts; everything else is an identifier
> +       QString userAgent = QString("Subsurface:%1:%2:%3:%4")
> +                           .arg(VERSION_STRING,
> +                               
> SubsurfaceSysInfo::prettyProductName().replace(':', ' '),
> +                                arch,
> +                                uiLanguage(NULL)),

Looks like I forgot to save the file before commit & rebase. The last line here 
needs to end in ; not a comma.

Can you fix it or should I send a new patch?
-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358



More information about the subsurface mailing list