<div dir="ltr"><div>/usr/include/KF5/KConfigWidgets/kstandardaction.h:261:64: runtime error: load of value 4294967295, which is not a valid value for type 'Qt::ConnectionType'</div><div><br></div><div>SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/KF5/KConfigWidgets/kstandardaction.h:261:64 in <br></div><div><br></div><div>The issue stems for assigning an int to a enum which is internally considered unsigned and possibly smaller than the four byte int. If this is doing what we expect than I need a way to shut off the warning.<br></div></div>