mirror of
https://github.com/Indy970/QtHPConnect
synced 2025-01-27 19:58:18 +01:00
11 lines
85 B
C
11 lines
85 B
C
|
#ifndef DATA_H
|
||
|
#define DATA_H
|
||
|
|
||
|
|
||
|
class data
|
||
|
{
|
||
|
public:
|
||
|
data();
|
||
|
};
|
||
|
|
||
|
#endif // DATA_H
|