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
/
RerunMocOnAddFile
/
MocOnAddFile
/
myobject.cpp
blob: 7a15300586cbc6fd85865ef985bca238bc30cd6e (
plain
)
1
2
3
4
5
6
#include
"myobject.h"
MyObject
::
MyObject
(
QObject
*
parent
)
:
QObject
(
parent
)
{
}