mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
7 lines
112 B
C++
7 lines
112 B
C++
#include "placeholderitem.h"
|
|
|
|
PlaceholderItem::PlaceholderItem(QWidget *parent)
|
|
: DockItem(App, parent)
|
|
{
|
|
}
|