final fixing
authorVille Tiensuu <ville.tiensuu@ixonos.com>
Tue, 25 May 2010 12:52:21 +0000 (15:52 +0300)
committerVille Tiensuu <ville.tiensuu@ixonos.com>
Tue, 25 May 2010 12:52:21 +0000 (15:52 +0300)
doc/test_cases/functionality-tests.doc
src/map/mapengine.h

index e792e7b..0db1f76 100644 (file)
Binary files a/doc/test_cases/functionality-tests.doc and b/doc/test_cases/functionality-tests.doc differ
index 131a9fc..1f2d5ba 100644 (file)
@@ -126,6 +126,12 @@ public:
     * @return QGraphicsScene
     */
     QGraphicsScene* scene();
+
+    /**
+    * @brief Sets new zoom level
+    *
+    * @return newZoomLevel value that is set to new zoom level
+    */
     void setZoomLevel(const int newZoomLevel);
 
     /**