Skip to content

Commit

Permalink
[Server] Do not expose QgsServerFeatureId to python binding
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Jun 27, 2019
1 parent 6c94084 commit f0cbb08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 77 deletions.
76 changes: 0 additions & 76 deletions python/server/auto_generated/qgsserverfeatureid.sip.in

This file was deleted.

1 change: 0 additions & 1 deletion python/server/server_auto.sip
Expand Up @@ -16,7 +16,6 @@
%Include auto_generated/qgsserverinterface.sip
%End
%Include auto_generated/qgsserverprojectutils.sip
%Include auto_generated/qgsserverfeatureid.sip
%Include auto_generated/qgsserverrequest.sip
%Include auto_generated/qgsserverresponse.sip
%Include auto_generated/qgsservice.sip
Expand Down
2 changes: 2 additions & 0 deletions src/server/qgsserverfeatureid.h
Expand Up @@ -18,6 +18,8 @@
#ifndef QGSSERVERFEATUREID_H
#define QGSSERVERFEATUREID_H

#define SIP_NO_FILE

#include <QString>
#include <QHash>

Expand Down

0 comments on commit f0cbb08

Please sign in to comment.