From bdcb6c1c330730b2d2b8cce677753a1989329174 Mon Sep 17 00:00:00 2001 From: Larry Shaffer Date: Mon, 14 Jan 2013 17:04:21 -0700 Subject: [PATCH] Add mousePressEvent to QgsMessageBar sip file --- python/gui/qgsmessagebar.sip | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/gui/qgsmessagebar.sip b/python/gui/qgsmessagebar.sip index d871d07b45d..6cf23ec7c74 100644 --- a/python/gui/qgsmessagebar.sip +++ b/python/gui/qgsmessagebar.sip @@ -62,4 +62,7 @@ class QgsMessageBar: QFrame * @return true if all items were removed, false otherwise */ bool clearWidgets(); + + protected: + void mousePressEvent( QMouseEvent * e ); };