src/gui/widgets/qpushbutton.h
changeset 33 3e2da88830cd
parent 18 2f34d5167611
--- a/src/gui/widgets/qpushbutton.h	Tue Jul 06 15:10:48 2010 +0300
+++ b/src/gui/widgets/qpushbutton.h	Wed Aug 18 10:37:55 2010 +0300
@@ -91,6 +91,9 @@
 
 protected:
     bool event(QEvent *e);
+#ifdef Q_WS_MAC
+    bool hitButton(const QPoint &pos) const;
+#endif // Q_WS_MAC
     void paintEvent(QPaintEvent *);
     void keyPressEvent(QKeyEvent *);
     void focusInEvent(QFocusEvent *);