Skip to content

Commit

Permalink
Fix QgsMessageLog python wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Apr 13, 2013
1 parent b291a36 commit 093d503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/core/qgsmessagelog.sip
@@ -1,4 +1,4 @@
class QgsMessageLog
class QgsMessageLog : QObject
{
%TypeHeaderCode
#include <qgsmessagelog.h>
Expand All @@ -18,7 +18,7 @@ class QgsMessageLog
static void logMessage( QString message, QString tag = QString::null, MessageLevel level = WARNING);

signals:
void messageReceived( QString message, QString tag, int level );
void messageReceived( QString message, QString tag, MessageLevel level );

private:
QgsMessageLog();
Expand Down

0 comments on commit 093d503

Please sign in to comment.