修改了很多,但是还是未成功,有部分符号无法引用
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/**
|
||||
******************************************************************************
|
||||
*
|
||||
* @file pointlatlng.h
|
||||
@@ -32,7 +32,14 @@
|
||||
#include "sizelatlng.h"
|
||||
|
||||
namespace internals {
|
||||
|
||||
|
||||
#ifdef QtOpmapInternals
|
||||
#include <internalglobal.h>
|
||||
struct OPMAPINTERNALSHARED_EXPORT PointLatLng {
|
||||
#else
|
||||
struct PointLatLng {
|
||||
#endif
|
||||
// friend uint qHash(PointLatLng const& point);
|
||||
friend bool operator==(PointLatLng const & lhs, PointLatLng const & rhs);
|
||||
friend bool operator!=(PointLatLng const & left, PointLatLng const & right);
|
||||
|
||||
Reference in New Issue
Block a user