cecilianor / Qt-thesis

MIT License
8 stars 3 forks source link

Refactor: Introduce the `struct MapCoordinate` structure and replace QPairs that represent `double` coordinates #120

Closed cecilianor closed 4 months ago

cecilianor commented 4 months ago

To better adhere to Qt's guidelines for choice of data types, the team has agreed on using a custom struct to store pairs on the form QPair<double, double>, where the pair stores map coordinates.