Imported Upstream version 2.8.11.2
[platform/upstream/cmake.git] / Tests / QtAutomoc / Adir / libA.cpp
1
2 #include "libA.h"
3
4 LibA::LibA(QObject *parent)
5   : QObject(parent)
6 {
7
8 }
9
10 int LibA::foo()
11 {
12   return 0;
13 }