summaryrefslogtreecommitdiffstats
path: root/Tests/Qt4Targets/IncrementalMoc/foo.cpp
blob: 00685d05e447fb5fa55c289aa9f1cde44a678652 (plain)
1
2
3
4
5
6
7

#include "foo.h"

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