Files
CMake/Tests/Module/GenerateExportHeader/override_symbol/someclass.cpp
Stephen Kelly def0a54e0a Handle the case where the user changes the DEFINE_SYMBOL property.
This eases porting of KDE code.
2011-08-08 02:08:10 +02:00

7 lines
64 B
C++

#include "someclass.h"
void SomeClass::someMethod() const
{
}