Update QgsMessageBar sip file to include timeout messages

This commit is contained in:
Larry Shaffer 2013-01-10 16:51:03 -07:00
parent 5be6dc6fc6
commit 37f7d57897

View File

@ -12,8 +12,9 @@ class QgsMessageBar: QFrame
* and putting it in a stack
* @param widget widget to add
* @param level is 0 for information, 1 for warning, 2 for critical
* @param duration timeout duration of message in seconds, 0 value indicates no timeout
*/
void pushWidget( QWidget *widget /Transfer/, int level = 0 );
void pushWidget( QWidget *widget /Transfer/, int level = 0, int duration = 0 );
/*! remove the passed widget from the bar (if previously added),
* then display the next one in the stack if any or hide the bar