Skip to content

Commit

Permalink
follow up 994dc1c: also change level in QgsMessageLogViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 26, 2013
1 parent 8da06cb commit 2ca956d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gui/qgsmessagelogviewer.sip
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ class QgsMessageLogViewer: QDialog
~QgsMessageLogViewer();

public slots:
void logMessage( QString message, QString tag, int level );
void logMessage( QString message, QString tag, QgsMessageLog::MessageLevel level );
};

0 comments on commit 2ca956d

Please sign in to comment.