Skip to content

Commit

Permalink
sip does not like CORE_EXPORT and Q_OBJECT
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed May 13, 2013
1 parent c1bf78e commit 0ec5dc4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions python/core/qgsdataitem.sip
Expand Up @@ -215,10 +215,11 @@ class QgsErrorItem : QgsDataItem

// ---------

class CORE_EXPORT QgsDirectoryParamWidget : public QTreeWidget
class QgsDirectoryParamWidget : public QTreeWidget
{
Q_OBJECT

%TypeHeaderCode
#include <qgsdataitem.h>
%End
public:
QgsDirectoryParamWidget( QString path, QWidget* parent = NULL );

Expand Down

0 comments on commit 0ec5dc4

Please sign in to comment.