mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
version compare is not strict
also fix sipify test
This commit is contained in:
parent
458cab7b20
commit
4a0eedde2e
@ -175,10 +175,10 @@ ENDIF(NOT QT_MOBILITY_LOCATION_FOUND)
|
||||
# * prepend auto-generated Python signature to existing Docstrings
|
||||
# * document template based classes
|
||||
SET(DOCSTRINGSTEMPLATE "//")
|
||||
IF(${SIP_VERSION_STR} VERSION_GREATER 4.19.6)
|
||||
IF(${SIP_VERSION_STR} VERSION_GREATER 4.19.7)
|
||||
SET(DEFAULTDOCSTRINGSIGNATURE "%DefaultDocstringSignature \"prepended\"")
|
||||
SET(DOCSTRINGSTEMPLATE "")
|
||||
ENDIF(${SIP_VERSION_STR} VERSION_GREATER 4.19.6)
|
||||
ENDIF(${SIP_VERSION_STR} VERSION_GREATER 4.19.7)
|
||||
|
||||
# core module
|
||||
FILE(GLOB_RECURSE sip_files_core core/*.sip core/*.sip.in)
|
||||
|
@ -307,7 +307,7 @@ remove argument
|
||||
void FallBackToPublic();
|
||||
|
||||
private:
|
||||
void ShowThisPrivateOne() ;
|
||||
void ShowThisPrivateOne();
|
||||
};
|
||||
|
||||
class ClassWithPrivateInheritanceOnly /Abstract/
|
||||
|
Loading…
x
Reference in New Issue
Block a user