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
/
QtAutogen
/
Adir
/
foo.h
blob: a51960c28793a3e533b208b87d5cf2160e0cb1a0 (
plain
)
1
2
3
4
5
6
7
8
#include <QObject>
class
foo
:
public
QObject
{
Q_OBJECT
public
:
foo
();
~
foo
();
};