Revision a616174...

Go back to digest for 7th October 2012

Optimization in Development Tools

Sven Brauch committed changes in [kdev-python] /:

Don't report warnings about argument names on @classmethods

@classmethod
def myfun(cls): pass
would raise a warning until now since the argument is not called
"self". This has been fixed.

File Changes

Modified 2 files
  •   duchain/declarationbuilder.cpp
  •   duchain/declarations/functiondeclaration.h
2 files changed in total