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

8 lines
54 B
C++
Raw Normal View History

// Copyright header
#include "foo.h"
Foo::Foo()
{
}