#pragma once #include #ifndef BUILD_STATIC # if defined(WSTEXTEDIT_LIB) # define WSTEXTEDIT_EXPORT Q_DECL_EXPORT # else # define WSTEXTEDIT_EXPORT Q_DECL_IMPORT # endif #else # define WSTEXTEDIT_EXPORT #endif