mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix Tooltip Positions, code cleanup
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
93d3af768b
commit
2052e44ba1
2 changed files with 22 additions and 11 deletions
|
@ -31,6 +31,7 @@ public:
|
|||
void clear();
|
||||
void addToolTip(const QString& toolTip, const QIcon& icon = QIcon());
|
||||
void removeToolTip(const QString& toolTip);
|
||||
void refresh(struct graphics_context* gc, QPointF pos);
|
||||
|
||||
public Q_SLOTS:
|
||||
void setRect(const QRectF& rect);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue