forked from qt-creator/qt-creator
AutoTest: Shuffle namespaces for clearer separation
Change-Id: I6ac440c6d72c3d0dbcd75907f8a6ae756f3cf5ee Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -50,7 +50,6 @@ const char TASK_MARK_ID[] = "Autotest.TaskMark";
|
||||
const char SK_USE_GLOBAL[] = "AutoTest.UseGlobal";
|
||||
} // namespace Constants
|
||||
|
||||
namespace Internal {
|
||||
enum class TestRunMode
|
||||
{
|
||||
None,
|
||||
@@ -60,5 +59,4 @@ enum class TestRunMode
|
||||
DebugWithoutDeploy,
|
||||
RunAfterBuild
|
||||
};
|
||||
} // namespace Internal
|
||||
} // namespace Autotest
|
||||
|
||||
Reference in New Issue
Block a user