13 lines
111 B
C++
Raw Normal View History

2013-03-16 19:13:01 +02:00
#include "libC.h"
2016-07-09 11:21:54 +02:00
LibC::LibC(QObject* parent)
2013-03-16 19:13:01 +02:00
: QObject(parent)
{
}
int LibC::foo()
{
return b.foo();
}