mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
8 lines
95 B
C++
8 lines
95 B
C++
![]() |
#include "appsnapshot.h"
|
||
|
|
||
|
AppSnapshot::AppSnapshot(QWidget *parent)
|
||
|
: QWidget(parent)
|
||
|
{
|
||
|
|
||
|
}
|