mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
Parts of the Qt undo functionality were hidden instead of overriden, as the functions were missing `const`. This adds the missing `const` to actually override the intended function. Also added `override` to all virtual functions to prevent future errors.