Skip to content

Fix build with Qt 6

Aleix Pol Gonzalez requested to merge work/apol/fix-build-qt6 into master

abstractkrunnerplugin.cpp:66:9: error: non-constant-expression cannot be narrowed from type 'qsizetype' (aka 'long long') to 'int' in initializer list [-Wc++11-narrowing]

Merge request reports