blob: 70f4f68f1d641166f5a434f74b51b3a11800f2ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- plugins/background/MMsBingMapBackground/msbingmapadapter.h.orig 2010-12-20 18:05:31.000000000 +0100
+++ plugins/background/MMsBingMapBackground/msbingmapadapter.h 2010-12-20 18:06:29.000000000 +0100
@@ -13,6 +13,8 @@
QRectF bbox;
};
+#define log2(x) (log(x) / M_LN2)
+
//! MapAdapter for Ms Bing Maps
/*!
* This is a conveniece class, which extends and configures a TileMapAdapter
|