What does XXXDEV_API mean

As the title, I dont know any side-effect if remove XXXDEV_API in my C++ class declaration. Thanks

If I remember correctly it’s a macro that handles export your classes to other modules. Without this they will be available only in current module