summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qmenu_p.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-11-10 13:43:19 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-11-10 13:44:34 (GMT)
commitb6be1c595fa67ec034f04c8a93e57e593ceb97aa (patch)
tree7c28b73b3cd77bb90efe74c5631383f275e33043 /src/gui/widgets/qmenu_p.h
parent75f264cc6c47493f26ee81c783d1f9b64310c1d6 (diff)
downloadQt-b6be1c595fa67ec034f04c8a93e57e593ceb97aa.zip
Qt-b6be1c595fa67ec034f04c8a93e57e593ceb97aa.tar.gz
Qt-b6be1c595fa67ec034f04c8a93e57e593ceb97aa.tar.bz2
Make sure the context menus also clear the status tip when needed
Task-number: QTBUG-2700 Reviewed-by: ogoffart
Diffstat (limited to 'src/gui/widgets/qmenu_p.h')
-rw-r--r--src/gui/widgets/qmenu_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/qmenu_p.h b/src/gui/widgets/qmenu_p.h
index a5bde7c..c021063 100644
--- a/src/gui/widgets/qmenu_p.h
+++ b/src/gui/widgets/qmenu_p.h
@@ -215,6 +215,7 @@ public:
SelectedFromKeyboard,
SelectedFromElsewhere
};
+ QWidget *topCausedWidget() const;
QAction *actionAt(QPoint p) const;
void setFirstActionActive();
void setCurrentAction(QAction *, int popup = -1, SelectionReason reason = SelectedFromElsewhere, bool activateFirst = false);