mirror of
https://github.com/Indy970/QtHPConnect
synced 2024-11-17 07:49:02 +01:00
11 lines
86 B
C++
11 lines
86 B
C++
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
|
|
class main
|
|
{
|
|
public:
|
|
main();
|
|
};
|
|
|
|
#endif // MAIN_H
|