dde-dock/frame/item/components/appsnapshot.cpp

8 lines
95 B
C++
Raw Normal View History

#include "appsnapshot.h"
AppSnapshot::AppSnapshot(QWidget *parent)
: QWidget(parent)
{
}