mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-24 13:59:29 -04:00
Add Context Menu for GxsId in lobby textBrowser.
This commit is contained in:
parent
91ed367c55
commit
ecba4c2dab
6 changed files with 234 additions and 190 deletions
|
@ -24,6 +24,8 @@ public:
|
|||
QPixmap getBlockedImage();
|
||||
bool checkImage(QPoint pos, QString &imageStr);
|
||||
bool checkImage(QPoint pos) {QString imageStr; return checkImage(pos, imageStr); }
|
||||
QString anchorForPosition(const QPoint &pos) const;
|
||||
|
||||
|
||||
void activateLinkClick(bool active);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue