mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
10 lines
84 B
C++
10 lines
84 B
C++
#include <qwidget.h>
|
|
|
|
class MainWin : public QWidget
|
|
{
|
|
public:
|
|
MainWin();
|
|
};
|
|
|
|
|