Merge branch '1.2'

This commit is contained in:
Sergio Martins
2021-01-27 22:55:36 +00:00
3 changed files with 15 additions and 0 deletions

View File

@@ -102,9 +102,11 @@ set(DOCKS_INSTALLABLE_INCLUDES
set(DOCKS_INSTALLABLE_PRIVATE_INCLUDES
private/DragController_p.h
private/Draggable_p.h
private/DropArea_p.h
private/DropIndicatorOverlayInterface_p.h
private/FloatingWindow_p.h
private/Frame_p.h
private/MultiSplitter_p.h
private/SideBar_p.h
private/TitleBar_p.h
private/WindowBeingDragged_p.h

View File

@@ -28,6 +28,7 @@
#include "WidgetResizeHandler_p.h"
#include "FrameworkWidgetFactory.h"
#include "DropAreaWithCentralFrame_p.h"
#include "LayoutSaver_p.h"
using namespace KDDockWidgets;

View File

@@ -0,0 +1,12 @@
/*
This file is part of KDDockWidgets.
SPDX-FileCopyrightText: 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
Author: Sergio Martins <sergio.martins@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 "../../../private/DragController_p.h"