缓存bug修复,状态机完成
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef MAVLINKINSPECTORGLOBAL_H
|
||||
#define MAVLINKINSPECTORGLOBAL_H
|
||||
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
#ifdef QtMavlinkInspector
|
||||
#if defined(MAVLINKINSPECTOR_LIBRARY)
|
||||
# define MAVLINKINSPECTORSHARED_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define MAVLINKINSPECTORSHARED_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // MAVLINKINSPECTORGLOBAL_H
|
||||
Reference in New Issue
Block a user