D6053: Use explicit flag values or explicit constructor instead of nullptr
Christoph Feck
noreply at phabricator.kde.org
Thu Jun 1 10:56:57 UTC 2017
cfeck added inline comments.
INLINE COMMENTS
> kfontrequester.cpp:187
> {
> - QFontDialog::FontDialogOptions flags = nullptr;
> + QFontDialog::FontDialogOptions flags;
> if (m_onlyFixed) {
Does removing the default value mean the flags would be now uninitialized?
REPOSITORY
R236 KWidgetsAddons
REVISION DETAIL
https://phabricator.kde.org/D6053
To: kossebau, #frameworks, cfeck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170601/a20722f5/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list