mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 08:10:46 -04:00
Added save image function into chat
This commit is contained in:
parent
0b92c79eb0
commit
ff44965e2c
6 changed files with 87 additions and 3 deletions
16
retroshare-gui/src/util/imageutil.h
Normal file
16
retroshare-gui/src/util/imageutil.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue