Added save image function into chat

This commit is contained in:
hunbernd 2015-12-06 23:00:29 +01:00
parent 0b92c79eb0
commit ff44965e2c
6 changed files with 87 additions and 3 deletions

View file

@ -0,0 +1,16 @@
#ifndef IMAGEUTIL_H
#define IMAGEUTIL_H
#include <QTextCursor>
#include <QWidget>
class ImageUtil
{
public:
ImageUtil();
static void extractImage(QWidget *window, QTextCursor cursor);
};
#endif // IMAGEUTIL_H