src/gui/widgets/qpushbutton_p.h
changeset 33 3e2da88830cd
parent 18 2f34d5167611
--- a/src/gui/widgets/qpushbutton_p.h	Tue Jul 06 15:10:48 2010 +0300
+++ b/src/gui/widgets/qpushbutton_p.h	Wed Aug 18 10:37:55 2010 +0300
@@ -69,6 +69,9 @@
 
     inline void init() { resetLayoutItemMargins(); }
     static QPushButtonPrivate* get(QPushButton *b) { return b->d_func(); }
+#ifdef Q_WS_MAC
+    bool hitButton(const QPoint &pos);
+#endif
 #ifndef QT_NO_MENU
     QPoint adjustedMenuPosition();
 #endif