someclass.cpp 110 B

123456789
  1. #include "someclass.h"
  2. #ifndef NODEPRECATEDLIB_NO_DEPRECATED
  3. void SomeClass::someMethod() const
  4. {
  5. }
  6. #endif