changeset 30 | 5dc02b23752f |
parent 18 | 2f34d5167611 |
--- a/src/gui/kernel/qaction.h Wed Jun 23 19:07:03 2010 +0300 +++ b/src/gui/kernel/qaction.h Tue Jul 06 15:10:48 2010 +0300 @@ -246,6 +246,9 @@ friend class QMenuBar; friend class QShortcutMap; friend class QToolButton; +#ifdef Q_WS_MAC + friend void qt_mac_clear_status_text(QAction *action); +#endif }; QT_BEGIN_INCLUDE_NAMESPACE