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