Moved AvatarImage::create from FriendListitem to SituareService.
[situare] / src / ui / mainwindow.cpp
index 46c04d5..ffb301b 100644 (file)
@@ -114,7 +114,7 @@ void MainWindow::createMenus()
     m_gpsToggleAct->setCheckable(true);
     m_gpsToggleAct->setChecked(true);
     connect(m_gpsToggleAct, SIGNAL(toggled(bool)),
-        this, SLOT(gpsActionToggled(bool)));
+        this, SLOT(gpsToggled(bool)));
     m_autoCenteringAct = new QAction(tr("Auto centering"), this);
     m_autoCenteringAct->setCheckable(true);
     m_autoCenteringAct->setChecked(true);