CMake/Tests/QtAutogen/Adir/libA.cpp

13 lines
105 B
C++

#include "libA.h"
LibA::LibA(QObject* parent)
: QObject(parent)
{
}
int LibA::foo()
{
return 0;
}