QtHPConnect/data.cpp
2019-02-10 15:43:00 +02:00

11 lines
85 B
C++

#include "data.h"
mydata::mydata()
{
}
int mydata::getMyData()
{
return 11;
}