summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qcocoaview_mac_p.h
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-07-02 14:55:38 (GMT)
committerPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-07-02 14:58:13 (GMT)
commitd2bfae633e99a818c9086846bf330d722afd86f4 (patch)
tree63ce7e1cafd2b3c9966223a22d096a060c6ee0cc /src/gui/kernel/qcocoaview_mac_p.h
parentc6cc00316b2ce95adddc9fdb658d737057b40682 (diff)
downloadQt-d2bfae633e99a818c9086846bf330d722afd86f4.zip
Qt-d2bfae633e99a818c9086846bf330d722afd86f4.tar.gz
Qt-d2bfae633e99a818c9086846bf330d722afd86f4.tar.bz2
Remove unused function viewUnderTransparentForMouseView in QCocoaView.
After we implemented hitTest for QCocoaView, this function is no longer used. Reviewed-by: Norwegian Rock Cat
Diffstat (limited to 'src/gui/kernel/qcocoaview_mac_p.h')
-rw-r--r--src/gui/kernel/qcocoaview_mac_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/kernel/qcocoaview_mac_p.h b/src/gui/kernel/qcocoaview_mac_p.h
index 7c227cc..24040ba 100644
--- a/src/gui/kernel/qcocoaview_mac_p.h
+++ b/src/gui/kernel/qcocoaview_mac_p.h
@@ -105,8 +105,6 @@ Q_GUI_EXPORT
- (QWidget *)qt_qwidget;
- (BOOL)qt_leftButtonIsRightButton;
- (void)qt_setLeftButtonIsRightButton:(BOOL)isSwapped;
-- (NSView *)viewUnderTransparentForMouseView:(NSView *)mouseView widget:(QWidget *)widgetToGetMouse
- withWindowPoint:(NSPoint)windowPoint;
+ (DnDParams*)currentMouseEvent;
@end