Initial commit
This commit is contained in:
16
src/Targets/TargetState.hpp
Normal file
16
src/Targets/TargetState.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include <QMetaType>
|
||||
|
||||
namespace Bloom::Targets
|
||||
{
|
||||
enum class TargetState: int
|
||||
{
|
||||
UNKNOWN,
|
||||
STOPPED,
|
||||
RUNNING,
|
||||
};
|
||||
}
|
||||
|
||||
Q_DECLARE_METATYPE(Bloom::Targets::TargetState)
|
||||
|
||||
Reference in New Issue
Block a user