Merge both Logging_p.cpp into the same one
the multisplitter abstraction is no longer the way we want to abstract the framework
This commit is contained in:
@@ -77,8 +77,6 @@ set(DOCKSLIBS_SRCS
|
||||
private/multisplitter/Item_p.h
|
||||
private/multisplitter/ItemFreeContainer.cpp
|
||||
private/multisplitter/ItemFreeContainer_p.h
|
||||
private/multisplitter/Logging.cpp
|
||||
private/multisplitter/Logging_p.h
|
||||
private/multisplitter/MultiSplitterConfig.cpp
|
||||
private/multisplitter/MultiSplitterConfig.h
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
|
||||
#include "Separator.h"
|
||||
#include "private/multisplitter/MultiSplitterConfig.h"
|
||||
#include "private/multisplitter/Logging_p.h"
|
||||
#include "private/multisplitter/Item_p.h"
|
||||
#include "View.h"
|
||||
#include "private/Logging_p.h"
|
||||
|
||||
@@ -23,3 +23,4 @@ Q_LOGGING_CATEGORY(dropping, "kdab.docks.dropping", QtWarningMsg)
|
||||
Q_LOGGING_CATEGORY(sizing, "kdab.multisplitter.sizing", QtWarningMsg)
|
||||
Q_LOGGING_CATEGORY(addwidget, "kdab.multisplitter.addwidget", QtWarningMsg)
|
||||
Q_LOGGING_CATEGORY(placeholder, "kdab.multisplitter.placeholder", QtWarningMsg)
|
||||
Q_LOGGING_CATEGORY(separators, "kdab.docks.separators", QtWarningMsg)
|
||||
|
||||
@@ -34,5 +34,6 @@ Q_DECLARE_LOGGING_CATEGORY(anchors)
|
||||
Q_DECLARE_LOGGING_CATEGORY(item)
|
||||
Q_DECLARE_LOGGING_CATEGORY(placeholder)
|
||||
Q_DECLARE_LOGGING_CATEGORY(toplevels)
|
||||
Q_DECLARE_LOGGING_CATEGORY(separators)
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
/*
|
||||
This file is part of KDDockWidgets.
|
||||
|
||||
SPDX-FileCopyrightText: 2020-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
|
||||
Author: Sérgio 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 "Logging_p.h"
|
||||
|
||||
Q_LOGGING_CATEGORY(separators, "kdab.docks.separators", QtWarningMsg)
|
||||
@@ -1,20 +0,0 @@
|
||||
/*
|
||||
This file is part of KDDockWidgets.
|
||||
|
||||
SPDX-FileCopyrightText: 2020-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
|
||||
Author: Sérgio 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.
|
||||
*/
|
||||
|
||||
#ifndef KD_DOCKWIDGETS_MULTISPLITTER_LOGGING_P_H
|
||||
#define KD_DOCKWIDGETS_MULTISPLITTER_LOGGING_P_H
|
||||
|
||||
#include <QLoggingCategory>
|
||||
|
||||
Q_DECLARE_LOGGING_CATEGORY(separators)
|
||||
|
||||
|
||||
#endif
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "View_qtwidgets.h"
|
||||
|
||||
#include "Config.h"
|
||||
#include "private/multisplitter/Logging_p.h" // TODOv2: Normalize Logging_p.h
|
||||
#include "private/Logging_p.h"
|
||||
#include "controllers/Separator.h"
|
||||
|
||||
#include <QMouseEvent>
|
||||
|
||||
Reference in New Issue
Block a user