The compilation stops after some steps with the following error
interface/timetableprintform.cpp: In member function 'void TimetablePrintForm::print()':
interface/timetableprintform.cpp:1186:2: error: 'QMarginsF' was not declared in this scope
QMarginsF printerMargins;
^
I am using:
- ubuntu 14.04
- QMake version 3.0
- Using Qt version 5.2.1 in /usr/lib/x86_64-linux-gnu
- gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)
Please overwrite with the attached files and compile and let me know asap if the problem is solved.
yes it worked. Thank you :)
Thank you for your bug report! I think I will release today version 5.27.8, with this bug fix, because it is urgent.
oh.. yes, QMarginsF need 5.3. Sorry, it was my bug.