mart added inline comments. INLINE COMMENTS
> basictheme.cpp:74 > + setDefaultFont(qApp->font()); > + setSmallFont([]() { > + auto smallFont = qApp->font(); you can just do a temp smallfont and then setFont with it without the lambda REPOSITORY R169 Kirigami REVISION DETAIL https://phabricator.kde.org/D29304 To: cblack, #kirigami Cc: mart, ngraham, plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, apol, ahiemstra, davidedmundson