work in progress tooltips with thumbnails of sessions

This commit is contained in:
Bruno
2021-04-26 13:48:20 +02:00
parent 98861cea6c
commit c3713c9ce7
5 changed files with 163 additions and 55 deletions

View File

@@ -90,6 +90,7 @@ public:
void load(const std::string& filename);
static std::string info(const std::string& filename);
static FrameBufferImage *thumbnail(const std::string& filename);
};
#endif // SESSIONCREATOR_H