ssu
Loading...
Searching...
No Matches
ssuks
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
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
Generated by
1.16.1