Warning, /kdevelop/kdevelop/appimage/breeze-noconstexpr.patch is written in an unsupported language. File is not indexed.

0001 diff --git a/kstyle/breezehelper.h b/kstyle/breezehelper.h
0002 index 3b6320dc..ab42981c 100644
0003 --- a/kstyle/breezehelper.h
0004 +++ b/kstyle/breezehelper.h
0005 @@ -314,11 +314,11 @@ namespace Breeze
0006          //@}
0007  
0008          //* frame radius
0009 -        constexpr qreal frameRadius( const int penWidth = PenWidth::NoPen, const qreal bias = 0 ) const
0010 +        qreal frameRadius( const int penWidth = PenWidth::NoPen, const qreal bias = 0 ) const
0011          { return qMax( Metrics::Frame_FrameRadius - (0.5 * penWidth) + bias, 0.0 ); }
0012          
0013          //* frame radius with new pen width
0014 -        constexpr qreal frameRadiusForNewPenWidth( const qreal oldRadius, const int penWidth ) const
0015 +        qreal frameRadiusForNewPenWidth( const qreal oldRadius, const int penWidth ) const
0016          { return qMax( oldRadius - (0.5 * penWidth), 0.0 ); }
0017          
0018          //* return a QRectF with the appropriate size for a rectangle with a pen stroke