Removed leading zeros of line codes, and fixed unit test.
[ptas] / zouba / qt / route_p.h
index b30f4ba..520b89d 100644 (file)
@@ -28,9 +28,10 @@ public:
 
   Location toLocation();
 
-  QString parseJOREcode( const QString &joreCode ) const;
 private:
   Location m_fromLocation;
   Location m_toLocation;
+
+  QString parseJORECode( const QString &joreCode ) const;
 };
 #endif // ROUTE_P_H