1 | // Copyright (C) 2023 The Qt Company Ltd. |
---|---|
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
3 | |
4 | #include "axishelper_p.h" |
5 | |
6 | AxisHelper::AxisHelper() |
7 | { |
8 | |
9 | } |
10 | |
11 | AxisHelper::~AxisHelper() |
12 | { |
13 | |
14 | } |
15 |
1 | // Copyright (C) 2023 The Qt Company Ltd. |
---|---|
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
3 | |
4 | #include "axishelper_p.h" |
5 | |
6 | AxisHelper::AxisHelper() |
7 | { |
8 | |
9 | } |
10 | |
11 | AxisHelper::~AxisHelper() |
12 | { |
13 | |
14 | } |
15 |