forked from qt-creator/qt-creator
Boot2Qt: Remove unused VmState enum
Change-Id: Ib0cfee745530a8484cd9a5abf5eb85b0387074fd Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -3,10 +3,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <utils/id.h>
|
namespace Qdb::Constants {
|
||||||
|
|
||||||
namespace Qdb {
|
|
||||||
namespace Constants {
|
|
||||||
|
|
||||||
const char QdbLinuxOsType[] = "QdbLinuxOsType";
|
const char QdbLinuxOsType[] = "QdbLinuxOsType";
|
||||||
|
|
||||||
@@ -19,10 +16,4 @@ const char QdbMakeDefaultAppStepId[] = "Qdb.MakeDefaultAppStep";
|
|||||||
const char QdbHardwareDevicePrefix[] = "QdbHardwareDevice";
|
const char QdbHardwareDevicePrefix[] = "QdbHardwareDevice";
|
||||||
const char AppcontrollerFilepath[] = "/usr/bin/appcontroller";
|
const char AppcontrollerFilepath[] = "/usr/bin/appcontroller";
|
||||||
|
|
||||||
} // namespace Constants
|
} // namespace Qdb::Constants
|
||||||
|
|
||||||
namespace Internal {
|
|
||||||
enum VmState { VmReady, VmNotReady, VmShutDown };
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace Qdb
|
|
||||||
|
Reference in New Issue
Block a user