index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
Qt4Targets
/
IncrementalMoc
/
foo.h
blob: 38d899f0a41765c083a7e15683ef3cecd3233a09 (
plain
)
1
2
3
4
5
6
7
8
9
#include <QObject>
class
Foo
:
QObject
{
Q_OBJECT
public
:
Foo
();
};