11 lines
118 B
C++
11 lines
118 B
C++
|
|
||
|
#include "generated.h"
|
||
|
|
||
|
Generated::Generated(QObject *parent)
|
||
|
: QObject(parent)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
#include "moc_generated.cpp"
|