mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-24 13:59:29 -04:00
Moved RSTextBrowser::checkImage to ImageUtil for use in MimeTextEdit
This commit is contained in:
parent
44bb2c0f05
commit
7b28bf5256
7 changed files with 121 additions and 67 deletions
|
@ -45,8 +45,6 @@ public:
|
|||
void setImageBlockWidget(RSImageBlockWidget *widget);
|
||||
void resetImagesStatus(bool load);
|
||||
QPixmap getBlockedImage();
|
||||
bool checkImage(QPoint pos, QString &imageStr);
|
||||
bool checkImage(QPoint pos) {QString imageStr; return checkImage(pos, imageStr); }
|
||||
QString anchorForPosition(const QPoint &pos) const;
|
||||
|
||||
// Add QAction to context menu (action won't be deleted)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue