summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/Complex/Adir/libA.cpp
blob: f79f24af465cee693d43f3cd284ffad7c1c53358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#include "libA.h"

LibA::LibA(QObject* parent)
  : QObject(parent)
{
}

int LibA::foo()
{
  return 0;
}