Bug 395244 - Missing qt5 header
Summary: Missing qt5 header
Status: RESOLVED FIXED
Alias: None
Product: calligrastage
Classification: Applications
Component: general (other bugs)
Version First Reported In: 3.1.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: T Zachmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-11 12:50 UTC by rezso
Modified: 2018-06-27 15:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rezso 2018-06-11 12:50:00 UTC
Building 3.1.0 release fails in stage/part:

/var/uhubuild/work/compile/stage/part/KPrPresentationTool.cpp: In constructor ‘KPrPresentationTool::KPrPresentationTool(KPrViewModePresentation&)’:
/var/uhubuild/work/compile/stage/part/KPrPresentationTool.cpp:70:63: error: invalid use of incomplete type ‘class QFrame’
     m_frame = new QFrame( m_viewMode.canvas()->canvasWidget() );

Adding #include <QFrame> solves the error.