blob: 3968c44154edbd40ed18b637608afa8be5273f12 [file] [log] [blame]
#include "libA.h"
LibA::LibA(QObject *parent)
: QObject(parent)
{
}
int LibA::foo()
{
return 0;
}