repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
STYLE: Nightly Date Stamp
[cmake.git]
/
Tests
/
Wrapping
/
vtkTestMoc.h
blob
f11a927f0ed6a8117e9851ee948e0ab4e4d168cb
1
#include <qapplication.h>
2
3
class
Foo
:
public
QApplication
4
{
5
Q_OBJECT
6
public
:
7
Foo
();
8
};