python: apply const method annotations to impls.
This commit is contained in:
@@ -61,7 +61,7 @@ PyObject* ViewProviderExtensionPy::setIgnoreOverlayIcon(PyObject *args)
|
||||
Py_Return;
|
||||
}
|
||||
|
||||
PyObject* ViewProviderExtensionPy::ignoreOverlayIcon(PyObject *args)
|
||||
PyObject* ViewProviderExtensionPy::ignoreOverlayIcon(PyObject *args) const
|
||||
{
|
||||
const char* name = nullptr;
|
||||
if (!PyArg_ParseTuple(args, "s", &name))
|
||||
|
||||
Reference in New Issue
Block a user