mirror of
https://github.com/Indy970/QtHPConnect
synced 2024-11-15 19:48:02 +01:00
11 lines
85 B
C++
11 lines
85 B
C++
#include "data.h"
|
|
|
|
mydata::mydata()
|
|
{
|
|
|
|
}
|
|
|
|
int mydata::getMyData()
|
|
{
|
|
return 11;
|
|
}
|