1
0
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:
2019-03-13 20:48:25 +01:00
parent cdfd968592
commit 541e658741
8 changed files with 153 additions and 66 deletions

View File

@ -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