File indexing completed on 2025-03-09 04:22:49

0001 #ifndef RECENTMODEL_H
0002 #define RECENTMODEL_H
0003 
0004 #include <MauiKit3/Core/mauilist.h>
0005 #include <QObject>
0006 
0007 class RecentModel : public MauiList
0008 {
0009     Q_OBJECT
0010 public:
0011     RecentModel();
0012 };
0013 
0014 #endif // RECENTMODEL_H