Merge branch 'master' into zoom_button_drag
authorKaj Wallin <kaj.wallin@ixonos.com>
Wed, 26 May 2010 13:23:52 +0000 (16:23 +0300)
committerKaj Wallin <kaj.wallin@ixonos.com>
Wed, 26 May 2010 13:23:52 +0000 (16:23 +0300)
Conflicts:
src/common.h
tests/ui/zoombuttonpanel/zoombuttonpanel.pro

1  2 
src/common.h
src/ui/mainwindow.cpp

diff --cc src/common.h
@@@ -34,4 -34,6 +34,5 @@@ const QColor COLOR_GRAY = QColor(152, 1
  const QFont NOKIA_FONT_NORMAL = QFont("Nokia Sans", 18, QFont::Normal);    ///< Normal font
  const QFont NOKIA_FONT_SMALL = QFont("Nokia Sans", 13, QFont::Normal);     ///< Small font
  
+ const int DEFAULT_ZOOM_LEVEL_WHEN_GPS_IS_AVAILABLE = 12; ///< Default zoom level when GPS available
 -const QString ZOOMPANEL_POSITION = "ZoomPanelPosition"; ///< Zoom panel position string
  #endif // COMMON_H
Simple merge