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