Files
KDDockWidgets/src/Screen.cpp
2022-08-05 16:49:00 +01:00

17 lines
403 B
C++

/*
This file is part of KDDockWidgets.
SPDX-FileCopyrightText: 2019-2022 Klarälvdalens Datakonsult AB, a KDAB Group company
<info@kdab.com> Author: Waqar Ahmed <waqar.ahmed@kdab.com>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
Contact KDAB at <info@kdab.com> for commercial licensing options.
*/
#include "Screen.h"
using namespace KDDockWidgets;
Screen::~Screen() = default;