Undoed the parameter for user drag actions
[situare] / src / ui / mainwindow.cpp
index 515cb3b..b8b5093 100644 (file)
@@ -262,11 +262,11 @@ void MainWindow::buildMap()
     buildIndicatorButtonPanel();
     buildMapScale();
 
-    connect(m_mapView, SIGNAL(viewScrolled(SceneCoordinate, bool)),
-            this, SIGNAL(mapViewScrolled(SceneCoordinate, bool)));
+    connect(m_mapView, SIGNAL(viewScrolled(SceneCoordinate)),
+            this, SIGNAL(mapViewScrolled(SceneCoordinate)));
 
-    connect(this, SIGNAL(centerToSceneCoordinates(SceneCoordinate, bool)),
-            m_mapView, SLOT(centerToSceneCoordinates(SceneCoordinate, bool)));
+    connect(this, SIGNAL(centerToSceneCoordinates(SceneCoordinate)),
+            m_mapView, SLOT(centerToSceneCoordinates(SceneCoordinate)));
 
     connect(m_mapView, SIGNAL(viewResized(QSize)),
             this, SIGNAL(mapViewResized(QSize)));