mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-31 10:54:24 +02:00
Added support for multiple images
This commit is contained in:
@@ -54,7 +54,7 @@ QString WaypointItem::info() const
|
||||
}
|
||||
tt.insert(qApp->translate("WaypointItem", "Links"), links);
|
||||
}
|
||||
tt.setImage(_waypoint.image());
|
||||
tt.setImages(_waypoint.images());
|
||||
|
||||
return tt.toString();
|
||||
}
|
||||
|
Reference in New Issue
Block a user