JMPX icon indicating copy to clipboard operation
JMPX copied to clipboard

aggregate ‘QPainterPath path’ has incomplete type and cannot be defined

Open andimik opened this issue 2 years ago • 0 comments

I cannot compile it due to this error:

vol/volumemeter.cpp: In member function ‘void Volumemeter::paintBar()’:
vol/volumemeter.cpp:150:19: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
  150 |      QPainterPath path;
      |                   ^~~~

andimik avatar Jun 22 '23 05:06 andimik