mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-27 00:19:51 -05:00
fix sip
This commit is contained in:
parent
ed45bc1319
commit
6a1bb9c01d
@ -129,7 +129,6 @@ After execution completes, the process' result code will be returned.
|
||||
%Docstring
|
||||
After a call to :py:func:`~QgsBlockingProcess.run`, returns the process' exit status.
|
||||
%End
|
||||
int exitStatus() const;
|
||||
|
||||
};
|
||||
|
||||
|
||||
@ -184,7 +184,7 @@ class CORE_EXPORT QgsBlockingProcess : public QObject
|
||||
#if QT_CONFIG(process)
|
||||
QProcess::ExitStatus exitStatus() const;
|
||||
#else
|
||||
int exitStatus() const {return 0;}
|
||||
int exitStatus() const SIP_SKIP {return 0;}
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user