add vehicle manage
This commit is contained in:
@@ -8,4 +8,4 @@ SUBDIRS += Cockpit
|
||||
SUBDIRS += MavLinkNode
|
||||
SUBDIRS += dlink
|
||||
SUBDIRS += App
|
||||
|
||||
SUBDIRS += VehicleManage
|
||||
|
||||
+1
-1
Submodule VehicleManage updated: 376ab13792...a49692303b
@@ -1,8 +1,13 @@
|
||||
#ifndef DEBUGHEADER_H
|
||||
#define DEBUGHEADER_H
|
||||
|
||||
// #define DEBUG_CORE
|
||||
// #define DEBUG_TILE
|
||||
// #define DEBUG_TILEMATRIX
|
||||
// #define DEBUG_MEMORY_CACHE
|
||||
// #define DEBUG_CACHE
|
||||
// #define DEBUG_GMAPS
|
||||
// #define DEBUG_PUREIMAGECACHE
|
||||
// #define DEBUG_TILECACHEQUEUE
|
||||
// #define DEBUG_URLFACTORY
|
||||
// #define DEBUG_MEMORY_CACHE
|
||||
// #define DEBUG_GetGeocoderFromCache
|
||||
|
||||
#endif // DEBUGHEADER_H
|
||||
|
||||
@@ -6,13 +6,6 @@
|
||||
|
||||
#ifdef _USE_MATH_DEFINES
|
||||
|
||||
#ifdef unix
|
||||
|
||||
#else
|
||||
#ifdef __MINGW32__
|
||||
|
||||
#else
|
||||
|
||||
#define M_E 2.71828182845904523536
|
||||
#define M_LOG2E 1.44269504088896340736
|
||||
#define M_LOG10E 0.434294481903251827651
|
||||
@@ -26,11 +19,7 @@
|
||||
#define M_2_SQRTPI 1.12837916709551257390
|
||||
#define M_SQRT2 1.41421356237309504880
|
||||
#define M_SQRT1_2 0.707106781186547524401
|
||||
#endif /* __MINGW32__ */
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* _USE_MATH_DEFINES */
|
||||
|
||||
#endif /* END FILE */
|
||||
|
||||
Binary file not shown.
@@ -40,17 +40,6 @@ OPMapWidget::OPMapWidget(QWidget *parent, Configuration *config) : QGraphicsView
|
||||
{
|
||||
//QTextCodec::setCodecForLocale(QTextCodec::codecForName("GB2312"));
|
||||
QTextCodec::setCodecForLocale(QTextCodec::codecForName("utf8"));
|
||||
|
||||
/*
|
||||
QTranslator * translator = NULL;
|
||||
translator->load(QCoreApplication::applicationDirPath() + "\\MAP_zh_CN.qm");
|
||||
QCoreApplication::installTranslator(translator);
|
||||
*/
|
||||
|
||||
//this->setAcceptDrops(true);
|
||||
|
||||
|
||||
|
||||
setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
|
||||
core = new internals::Core;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user