diff options
Diffstat (limited to 'src/ktooltip_p.h')
| -rw-r--r-- | src/ktooltip_p.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ktooltip_p.h b/src/ktooltip_p.h index 16ca85293..332df4854 100644 --- a/src/ktooltip_p.h +++ b/src/ktooltip_p.h @@ -44,6 +44,8 @@ public: void setDelegate(KToolTipDelegate *delegate); KToolTipDelegate *delegate() const; + + void update(); private: KToolTipManager(); @@ -51,6 +53,8 @@ private: KAbstractToolTipLabel *label; KToolTipItem *currentItem; KToolTipDelegate *m_delegate; + + QPoint m_tooltipPos; #ifdef Q_WS_X11 bool haveArgbVisual; |
