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

15 lines
199 B
C
Raw Normal View History

#ifndef APPSNAPSHOT_H
#define APPSNAPSHOT_H
#include <QWidget>
class AppSnapshot : public QWidget
{
Q_OBJECT
public:
explicit AppSnapshot(QWidget *parent = 0);
};
#endif // APPSNAPSHOT_H