summaryrefslogtreecommitdiff
path: root/Tests/Qt4Targets/IncrementalMoc/foo.cpp
blob: e924f7e2608ab8038d56e052fa66655e28e9c932 (plain)
1
2
3
4
5
6
7
8

#include "foo.h"

Foo::Foo()
  : QObject(0)
{

}