Initial Commit
This commit is contained in:
18
FaultManager.hpp
Normal file
18
FaultManager.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef FAULT_MANAGER_H
|
||||
#define FAULT_MANAGER_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class FaultManager: public QObject
|
||||
{
|
||||
|
||||
Q_OBJECT;
|
||||
|
||||
public:
|
||||
|
||||
FaultManager(QObject *parent);
|
||||
void Handle();
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user