4 lines
93 B
C++
4 lines
93 B
C++
#include "PropertyBind.h"
|
|
|
|
PropertyBind::PropertyBind(QObject *parent) : QObject(parent) {
|
|
}
|