mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
12 lines
293 B
C++
12 lines
293 B
C++
// Copyright (C) 2011 ~ 2018 Deepin Technology Co., Ltd.
|
|
// SPDX-FileCopyrightText: 2018 - 2023 UnionTech Software Technology Co., Ltd.
|
|
//
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
|
|
|
#include "placeholderitem.h"
|
|
|
|
PlaceholderItem::PlaceholderItem(QWidget *parent)
|
|
: DockItem(parent)
|
|
{
|
|
}
|