Merge branch 'master' into map
authorPekka Nissinen <pekka.nissinen@ixonos.com>
Wed, 28 Apr 2010 07:16:22 +0000 (10:16 +0300)
committerPekka Nissinen <pekka.nissinen@ixonos.com>
Wed, 28 Apr 2010 07:16:22 +0000 (10:16 +0300)
Conflicts:
src/images.qrc
src/map/mapfetcher.cpp

1  2 
res/images/zoom_in.png
res/images/zoom_out.png
src/map/mapfetcher.cpp
src/src.pro

index 0000000,0000000..0c8fd51
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..8b45cb5
new file mode 100755 (executable)
Binary files differ
@@@ -75,7 -75,7 +75,11 @@@ bool MapFetcher::loadImageFromCache(con
  
          QNetworkCacheMetaData metaData = cache->metaData(url);
  
++<<<<<<< HEAD:src/map/mapfetcher.cpp
 +        if (metaData.expirationDate().isValid()) {
++=======
+         if ((metaData.expirationDate().isValid()) && (url.isValid())) {
++>>>>>>> master:src/map/mapfetcher.cpp
  
              if (metaData.expirationDate() < QDateTime::currentDateTime()) {
                  cache->remove(url);
              }
          }
  
++<<<<<<< HEAD:src/map/mapfetcher.cpp
 +        QIODevice *cacheImage = m_manager->cache()->data(url);
++=======
+         QIODevice *cacheImage = cache->data(url);
++>>>>>>> master:src/map/mapfetcher.cpp
  
          if (cacheImage) {
              QImage image;
diff --cc src/src.pro
Simple merge