mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Add mousePressEvent to QgsMessageBar sip file
This commit is contained in:
parent
7d505f113d
commit
bdcb6c1c33
@ -62,4 +62,7 @@ class QgsMessageBar: QFrame
|
||||
* @return true if all items were removed, false otherwise
|
||||
*/
|
||||
bool clearWidgets();
|
||||
|
||||
protected:
|
||||
void mousePressEvent( QMouseEvent * e );
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user