mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
15 lines
199 B
C
15 lines
199 B
C
![]() |
#ifndef APPSNAPSHOT_H
|
||
|
#define APPSNAPSHOT_H
|
||
|
|
||
|
#include <QWidget>
|
||
|
|
||
|
class AppSnapshot : public QWidget
|
||
|
{
|
||
|
Q_OBJECT
|
||
|
|
||
|
public:
|
||
|
explicit AppSnapshot(QWidget *parent = 0);
|
||
|
};
|
||
|
|
||
|
#endif // APPSNAPSHOT_H
|