vs 版无法编译通过
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/**
|
||||
******************************************************************************
|
||||
*
|
||||
* @file waypointitem.h
|
||||
@@ -55,7 +55,14 @@ class HomeItem;
|
||||
*
|
||||
* @class WayPointItem waypointitem.h "waypointitem.h"
|
||||
*/
|
||||
|
||||
#ifdef QtopmapWidget
|
||||
#include <mapwidgetglobal.h>
|
||||
class OPMAPWIDGETSHARED_EXPORT WayPointItem : public QObject, public QGraphicsItem {
|
||||
#else
|
||||
class WayPointItem : public QObject, public QGraphicsItem {
|
||||
#endif
|
||||
|
||||
Q_OBJECT Q_INTERFACES(QGraphicsItem)
|
||||
public:
|
||||
enum { Type = UserType + 1 };
|
||||
|
||||
Reference in New Issue
Block a user