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