14 lines
106 B
C++
Raw Normal View History

2013-03-16 19:13:01 +02:00
#include "libA.h"
LibA::LibA(QObject *parent)
: QObject(parent)
{
}
int LibA::foo()
{
return 0;
}