You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
373 B
C

/**
*
* @file GUIDialogAPI.h
* @brief
* @author BaGuijun (baguijun@163.com)
* @date 2024-04-19
*
*/
#ifndef __GUIDialogAPI_H
#define __GUIDialogAPI_H
#include <QtCore/QtGlobal>
#if defined( GUIDialog_API )
# define GUIDialogAPI Q_DECL_EXPORT
#else
# define GUIDialogAPI Q_DECL_IMPORT
#endif
#endif // __GUIWIDGETAPI_H__