Added Icon column to location marker manager dialog

This commit is contained in:
AdenKoperczak 2024-11-28 12:46:26 -05:00
parent d0d9adfd1a
commit cfed61c6ff
2 changed files with 23 additions and 2 deletions

View file

@ -17,7 +17,8 @@ public:
{
Latitude = 0,
Longitude = 1,
Name = 2,
Icon = 2,
Name = 3,
};
explicit MarkerModel(QObject* parent = nullptr);