mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
[sipify] fix private inheritance with namespace
This commit is contained in:
parent
d7014846f1
commit
c2c9335911
@ -234,7 +234,7 @@ while(!eof $header){
|
||||
if ($4){
|
||||
my $m = $4;
|
||||
$m =~ s/public //g;
|
||||
$m =~ s/,?\s*private \w+//;
|
||||
$m =~ s/,?\s*private \w+(::\w+)?//;
|
||||
$m =~ s/(\s*:)?\s*$//;
|
||||
$line .= $m;
|
||||
}
|
||||
|
@ -82,7 +82,7 @@ typedef QVector<QVariant> QgsSuperClass;
|
||||
* \since QGIS 3.0
|
||||
* \note some other note
|
||||
*/
|
||||
class CORE_EXPORT QgsSipifyHeader : public QtClass<QVariant>, private QgsBaseClass
|
||||
class CORE_EXPORT QgsSipifyHeader : public QtClass<QVariant>, private Ui::QgsBaseClass
|
||||
{
|
||||
|
||||
#ifdef SIP_RUN
|
||||
|
Loading…
x
Reference in New Issue
Block a user