Files
CMake/Tests/QtAutogen/Complex/Adir/libA.cpp
2017-12-13 13:50:18 +01:00

13 lines
105 B
C++

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