mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 12:52:04 +08:00
chore:绘制包列表骨架
This commit is contained in:
15
src/applistmodel.h
Normal file
15
src/applistmodel.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef APPLISTMODEL_H
|
||||
#define APPLISTMODEL_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class AppListModel : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit AppListModel(QObject *parent = nullptr);
|
||||
|
||||
signals:
|
||||
};
|
||||
|
||||
#endif // APPLISTMODEL_H
|
||||
Reference in New Issue
Block a user