You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config.ccp: include QAction explicitly to fix build with Qt 5.11
Fixes many errors like:
| ../git/trunk/configuration/config.cpp:363:55: error: invalid use of incomplete type 'class QAction'
| ui->listActions->addItem(_actionList.at(i)->text().replace("&", ""));
| ^~
| In file included from ../recipe-sysroot/usr/include/qt5/QtWidgets/qdialog.h:44:0,
| from ../recipe-sysroot/usr/include/qt5/QtWidgets/qcolordialog.h:45,
| from ../recipe-sysroot/usr/include/qt5/QtWidgets/QColorDialog:1,
| from ../git/trunk/configuration/config.cpp:27:
Signed-off-by: Andreas Müller <[email protected]>
0 commit comments