Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add mousePressEvent to QgsMessageBar sip file
  • Loading branch information
dakcarto committed Jan 15, 2013
1 parent 7d505f1 commit bdcb6c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/gui/qgsmessagebar.sip
Expand Up @@ -62,4 +62,7 @@ class QgsMessageBar: QFrame
* @return true if all items were removed, false otherwise
*/
bool clearWidgets();

protected:
void mousePressEvent( QMouseEvent * e );
};

0 comments on commit bdcb6c1

Please sign in to comment.