1 | // SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL |
---|---|
2 | // SPDX-FileCopyrightText: 2024 Harald Sitter <sitter@kde.org> |
3 | |
4 | #include "platformdependent_v3.h" |
5 | |
6 | Attica::PlatformDependentV3::~PlatformDependentV3() = default; |
7 |