Trying to compile latest master results in:
In file included from
/var/tmp/portage/app-office/kmymoney-9999-r1/work/kmymoney-9999/kmymoney/plugins/kbanking/gwenkdegui.cpp:11:
/usr/include/gwenhywfar5/gwen-gui-qt5/qt5dialogbox.hpp:23:95: error:
invalid conversion from 'int' to 'Qt::WindowType' [-fpermissive]
23 | QT5_DialogBox(QT5_GuiDialog *dialog, QWidget *parent=0, bool
modal=false, Qt::WindowFlags f=0);
|
^
|
|
|
int
From the commit message "Activate deprecated warning again" I'm not
sure if I just need to wait for the fix in master mentioned in the
comment or if something else is missing, either in the code or in my
configuration.
Jack