-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QgsFeatureSource/Sink can be stored in QVariant
- Loading branch information
1 parent
4647662
commit 85d4630
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,4 +81,6 @@ class CORE_EXPORT QgsFeatureSource | |
|
||
}; | ||
|
||
Q_DECLARE_METATYPE( QgsFeatureSource * ) | ||
|
||
#endif // QGSFEATURESOURCE_H |
85d4630
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nyalldawson I am getting a crash when opening a 2.x project on master
here is the trace
does it speak to you?
85d4630
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
another one with a master project + shapefile
am I the only one?
85d4630
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@3nids is it related to this commit? does reverting it fix this?
85d4630
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not investigate much. I just saw in the members that there a feature sink, and I wondered if it could be related. I'll try to dig a bit more.
85d4630
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for the noise, cleaned and issue seems gone