visibility_preset.h 187 B

12345678910111213
  1. #ifndef VISIBILITY_PRESET_H
  2. #define VISIBILITY_PRESET_H
  3. #include "visibility_preset_export.h"
  4. class VISIBILITY_PRESET_EXPORT VisibilityPreset
  5. {
  6. public:
  7. void someMethod();
  8. };
  9. #endif