You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#ifndef VISIBILITY_PRESET_H
|
|
#define VISIBILITY_PRESET_H
|
|
|
|
#include "visibility_preset_export.h"
|
|
|
|
class VISIBILITY_PRESET_EXPORT VisibilityPreset
|
|
{
|
|
public:
|
|
void someMethod();
|
|
};
|
|
|
|
#endif
|