mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
7 lines
107 B
C++
7 lines
107 B
C++
#include "placeholderitem.h"
|
|
|
|
PlaceholderItem::PlaceholderItem(QWidget *parent)
|
|
: DockItem(parent)
|
|
{
|
|
}
|