Warning, file /maui/strike/src/controllers/process.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #ifndef PROCESS_H
0002 #define PROCESS_H
0003 
0004 #include <QObject>
0005 
0006 class Process : public QObject
0007 {
0008   Q_OBJECT
0009 public:
0010   explicit Process(QObject *parent = nullptr);
0011 
0012 signals:
0013 
0014 };
0015 
0016 #endif // PROCESS_H