DEBSOURCES
Skip Quicknav
sources / kdevelop / 4%3A3.5.2-1 / languages / cpp / app_templates / cmakelibcpp / lib.h
123456789101112
#ifndef %{APPNAMELC}_H #define %{APPNAMELC}_H class Foo { public: Foo(); void doSomething(); }; #endif