D24415: Add standard icons to support to all entries in QDialogButtonBox
    Dominik Haumann 
    noreply at phabricator.kde.org
       
    Fri Oct  4 22:49:46 BST 2019
    
    
  
dhaumann added inline comments.
INLINE COMMENTS
> kstyle.cpp:422
>      }
> +#if QT_VERSION >= 0x050E00 // Check if Qt version >= 5.14
> +    case QStyle::SP_DialogYesToAllButton:
Instead of 0x050E00 you could use the macro QT_VERSION_CHECK(5, 14, 0). This would be a bit more self explanatory.
REPOSITORY
  R252 Framework Integration
REVISION DETAIL
  https://phabricator.kde.org/D24415
To: GB_2, #frameworks, #vdg, davidedmundson
Cc: dhaumann, davidedmundson, #vdg, kde-frameworks-devel, #frameworks, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20191004/7dd5bbce/attachment.html>
    
    
More information about the Kde-frameworks-devel
mailing list