leocad icon indicating copy to clipboard operation
leocad copied to clipboard

Fixes for Qt 6

Open data-man opened this issue 4 years ago • 2 comments

data-man avatar Oct 07 '21 08:10 data-man

What errors are you getting? Everything was compiling fine for me when I tested Qt6.

leozide avatar Oct 08 '21 19:10 leozide

qt/lc_renderdialog.cpp:225:9: error: 'QRegExp' was not declared in this scope
  225 |         QRegExp RegexPovRayProgress("Rendered (\\d+) of (\\d+) pixels.*");
      |         ^~~~~~~
qt/lc_renderdialog.cpp:226:9: error: 'RegexPovRayProgress' was not declared in this scope
  226 |         RegexPovRayProgress.setCaseSensitivity(Qt::CaseInsensitive);

data-man avatar Oct 08 '21 20:10 data-man