chore:绘制包列表骨架

This commit is contained in:
2025-06-06 13:29:35 +08:00
parent 064b068135
commit 3ba3364fb9
5 changed files with 42 additions and 0 deletions

15
src/appdelegate.h Normal file
View 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