blob: e21caa4daf46dd744be1f7a849a1ef18392ec4bc (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
namespace DevContainer::Constants {
const char DEVCONTAINER_DEVICE_TYPE[] = "DevContainerDeviceType";
const char16_t DEVCONTAINER_FS_SCHEME[] = u"devcontainer";
} // namespace DevContainer::Constants
|