blob: 6f068b82a39dc1aa3e6f73443982986c71a5c331 (
plain)
1
2
3
4
5
6
|
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "qwasmwindowtreenode.h"
uint64_t QWasmWindowTreeNodeBase::s_nextActiveIndex = 0;
|