7 lines
83 B
C++
7 lines
83 B
C++
#include "myobject.h"
|
|
|
|
MyObject::MyObject(QObject* parent)
|
|
: QObject(parent)
|
|
{
|
|
}
|