mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
14 lines
112 B
C++
14 lines
112 B
C++
|
|
#include "libC.h"
|
|
|
|
LibC::LibC(QObject *parent)
|
|
: QObject(parent)
|
|
{
|
|
|
|
}
|
|
|
|
int LibC::foo()
|
|
{
|
|
return b.foo();
|
|
}
|