mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-19 05:14:24 +02:00
Added support for thumbnail images in waypoint info
+ fixed and improved exif parser
This commit is contained in:
@ -9,10 +9,12 @@ class ToolTip
|
||||
{
|
||||
public:
|
||||
void insert(const QString &key, const QString &value);
|
||||
void setImage(const QString &img) {_img = img;}
|
||||
QString toString();
|
||||
|
||||
private:
|
||||
QList<KV> _list;
|
||||
QString _img;
|
||||
};
|
||||
|
||||
#endif // TOOLTIP_H
|
||||
|
Reference in New Issue
Block a user