ssu
Loading...
Searching...
No Matches
ssuslipstream.h
1
20
21#ifndef SSU_SLIPSTREAM_H
22#define SSU_SLIPSTREAM_H
23
24#include <QObject>
25
26class SsuSlipstream : public QObject
27{
28 Q_OBJECT
29
30public:
32
33public slots:
34 void run();
35};
36
37#endif /* SSU_SLIPSTREAM_H */