FET Forum

FET Development => Report a Bug => Topic started by: Michel on August 05, 2015, 04:19:53 PM

Title: Compilation error in 5.27.7
Post by: Michel on August 05, 2015, 04:19:53 PM
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:
Title: Re: Compilation error in 5.27.7
Post by: Liviu Lalescu on August 05, 2015, 04:32:30 PM
Please overwrite with the attached files and compile and let me know asap if the problem is solved.
Title: Re: Compilation error in 5.27.7
Post by: Michel on August 05, 2015, 04:55:01 PM
yes it worked. Thank you  :)
Title: Re: Compilation error in 5.27.7
Post by: Liviu Lalescu on August 05, 2015, 04:58:53 PM
Thank you for your bug report! I think I will release today version 5.27.8, with this bug fix, because it is urgent.
Title: Re: Compilation error in 5.27.7
Post by: Volker Dirr on August 05, 2015, 05:02:12 PM
oh.. yes, QMarginsF need 5.3. Sorry, it was my bug.