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