ssu
Loading...
Searching...
No Matches
ssuks.h
Go to the documentation of this file.
1
7
8#ifndef _SSUKS_H
9#define _SSUKS_H
10
11#include <QObject>
12#include <QDebug>
13
14class SsuKs: public QObject
15{
16 Q_OBJECT
17
18public:
19 SsuKs() {}
20
21public slots:
22 void run();
23
24private:
25 void usage();
26};
27
28#endif