D13583: KFormat: Allow usage of quantities beyond bytes and seconds
    Stefan Brüns 
    noreply at phabricator.kde.org
       
    Sun Jul 15 01:04:46 BST 2018
    
    
  
bruns added a comment.
  This outputs 'µ' twice, so QChar(0xB5) should be equivalent:
  
  qWarning() << QString(QChar(0xB5)) << QString(QChar(u'µ'));
REPOSITORY
  R244 KCoreAddons
REVISION DETAIL
  https://phabricator.kde.org/D13583
To: bruns, #frameworks, astippich
Cc: bcooksley, kossebau, kde-frameworks-devel, astippich, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180715/afe3717c/attachment.html>
    
    
More information about the Kde-frameworks-devel
mailing list