repo.or.cz
/
kiteware-cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CMake Nightly Date Stamp
[kiteware-cmake.git]
/
Tests
/
QtAutogen
/
MocCMP0100
/
Obj2.hh
blob
1c74cdd156deb4b199f50b6eaa941165742af478
1
#ifndef OBJ2_HH
2
#define OBJ2_HH
3
4
#include <QObject>
5
6
// Qt enabled private class
7
class
Obj2Private
;
8
// Qt enabled class
9
class
Obj2
:
public
QObject
10
{
11
Q_OBJECT
12
public
:
13
Obj2
();
14
~
Obj2
();
15
16
private
:
17
Obj2Private
*
const
d
;
18
};
19
20
#endif