Skip to content

Add namespace prefix to headers

Nicolas Fella requested to merge work/nico/header-prefix into master

The types ksanecore provides are in the KSaneCore namespace. It is convention to add the namespace as a prefix to the headers the consumer includes

e.g. #include<Option> should be #include<KSaneCore/Option>

This avoids adding generic header names like Option to the global 'include namespace' and avoids potential conflicts with other libraries

Edited by Nicolas Fella

Merge request reports