mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
remove duplicate method
followup 391712d2d42a761acb4bacce81cbe9ed8da52f6b
This commit is contained in:
parent
391712d2d4
commit
2723f4f199
@ -102,12 +102,6 @@ returns the duration in second of the message
|
||||
:rtype: int
|
||||
%End
|
||||
|
||||
QgsMessageBar::MessageLevel level();
|
||||
%Docstring
|
||||
returns the level
|
||||
:rtype: QgsMessageBar.MessageLevel
|
||||
%End
|
||||
|
||||
QString getStyleSheet();
|
||||
%Docstring
|
||||
returns the styleSheet
|
||||
|
@ -86,9 +86,6 @@ class GUI_EXPORT QgsMessageBarItem : public QWidget
|
||||
//! returns the duration in second of the message
|
||||
int duration() const { return mDuration; }
|
||||
|
||||
//! returns the level
|
||||
QgsMessageBar::MessageLevel level() { return mLevel; }
|
||||
|
||||
//! returns the styleSheet
|
||||
QString getStyleSheet() { return mStyleSheet; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user