Created new class GpsLocation that handles communication with gps. It
[ptas] / zouba / src / gui / routelegwidget.cpp
index 24ee522..52ac8df 100644 (file)
@@ -47,6 +47,8 @@ void RouteLegWidget::setDisplay(RouteLeg *leg)
     case TRAM:
         this->ui->image->setPixmap(QIcon(":/reittiopas/tram").pixmap(picSize));
         break;
+    case WALK:
+        break;
     }
     this->ui->image->adjustSize();
 }