Skip to content

Add custom widget element to mbMainWindow.ui for multiblock inspector

John Tourtellott requested to merge john.tourtellott/cmb:fix-ui-compile into master

Needed for linux build, which is case sensitive. Without the element, the Qt/UIC code generates the header in lowercase text. macOS is cool with that but linux/gcc wont buy it.

Merge request reports