Files
qt-creator/tests/cppmodelmanager/testdata_project1/foo.h
T

13 lines
101 B
C++
Raw Normal View History

// Copyright header
#ifndef FOO_H
#define FOO_H
class Foo
{
public:
Foo();
};
#endif // FOO_H