14 lines
112 B
C++
Raw Normal View History

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