Skip to content

Fix inconsistent Q_DECL_THROW

David Edmundson requested to merge work/compile_fix into master

It was in the defintion but not the implementation. This is an error on C++17 which we now use.

Merge request reports