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