9 lines
109 B
C++
9 lines
109 B
C++
|
|
||
|
#include "someclass.h"
|
||
|
|
||
|
#ifndef NODEPRECATEDLIB_NO_DEPRECATED
|
||
|
void SomeClass::someMethod() const
|
||
|
{
|
||
|
}
|
||
|
#endif
|