src/gui/kernel/qaction.h
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- a/src/gui/kernel/qaction.h	Mon Jun 21 22:38:13 2010 +0100
+++ b/src/gui/kernel/qaction.h	Thu Jul 22 16:41:55 2010 +0100
@@ -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